From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 05379452ED for ; Tue, 17 Jan 2023 18:11:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2F5EE68BE94; Tue, 17 Jan 2023 20:11:55 +0200 (EET) Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C521B68BDA6 for ; Tue, 17 Jan 2023 20:11:48 +0200 (EET) Received: by mail-vs1-f42.google.com with SMTP id j185so1976462vsc.13 for ; Tue, 17 Jan 2023 10:11:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=e+ggP56w8EUmVUBdc6rBQj42TwfADMR2xhrysWVYwFA=; b=HvkL6wnbRtJeqSeAKpfMFm+IGE06BQX0X6rRia1kR6YsfzV3qWCfnwTbeDX6DREf5J a5ouEiwVRqfawp7GH3invPM+tfHUj57msoKJF3CF5UrLdhunT8SWFQH6DAzyWhEQsPi0 HhTuHAWrhF5ja2wxMy+xvglh7OeK6hyCImTXqHcGzABmztoFaqvjAblpUkHYYrMzmTdb K1ncI1TMrR214wItnRch58Tb4vJ2J1iLorgiGsD1LYKgcSaykLDuUKPVBKUCwKBYiPz0 bWhM3YJBsgin8PS6yD4SrXn8qEwSvzK79H4O2j9zi3DabQlRd8tikONFcWIG7v9L7GzA z9pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=e+ggP56w8EUmVUBdc6rBQj42TwfADMR2xhrysWVYwFA=; b=zNPWjuNABUahhmlo8QCfJL+py2zRz6OTulxRRppQxN6S2Zczds08N7U6z6yzak4f9h CN+ovCeA9OfQVnOgyhAUVYMLwrrR//9FPZj5qWtrtVVcuHAWy8qPsPm7wc87xKzk3MXn 5jV830p2WJcMASm6iINy5eV4uuMZRjyN6EXI8QDuNtOys84zHmgDyK0FRAKnfpxrFRyF jVx0d2+GY2yLRxlYGyudulybHKSu4VU0M+Ak2fqjh34LnPxj7txR8ihbUq0Tcd/LmGCU zWfwfSfR5LSjgYAEEZinZyicTRPALrrfsNkqsmnSgbG51JfLgb3F1WFiVi7B/zhBMTOR rJmA== X-Gm-Message-State: AFqh2koweDBG3Uz/440d0t7tfLvD3QrK9ZuRdF4SSv3y9b40hEMh1uMx b/V6kiW32/JCGpIN2FP7hE+x+/yHnYFrIGLpZoQ5plA1 X-Google-Smtp-Source: AMrXdXsg3KJY6S3DKvC4mx/DD5KHvRP+f20d1loPmKnaPwQUIL2HZcUfFgl674l8wjYuvICacIyEI7FK2cP/6yLCx48= X-Received: by 2002:a05:6102:3d8e:b0:3d3:f8b6:e199 with SMTP id h14-20020a0561023d8e00b003d3f8b6e199mr422065vsv.57.1673979107250; Tue, 17 Jan 2023 10:11:47 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Tue, 17 Jan 2023 10:11:46 -0800 (PST) In-Reply-To: References: <8b03bd15-63ce-db34-65b5-596661cb5e3b@gmail.com> <50954f7b-5494-12ff-2821-32ce4c74bda9@gmail.com> <8d91da73-f51f-f864-1504-822cac76e209@gmail.com> <6594f837-39ba-6d5a-6cf5-576944011045@gmail.com> From: Paul B Mahol Date: Tue, 17 Jan 2023 19:11:46 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: add ability to change limit/reset at runtime X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 1/17/23, Jeffrey Chapuis wrote: > I'm getting there, don't give up on me. > > Now 'limit_upscaled' become the variable used in filter_frame() and > 'limit' is never change, unless by user > We only have to update 'limit_upscaled' if 'limit' really changes. probably ok _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".