From patchwork Sun Mar 1 12:38:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 17985 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 57CD044BD1E for ; Sun, 1 Mar 2020 15:03:16 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4451C68AE28; Sun, 1 Mar 2020 15:03:16 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 410C668B487 for ; Sun, 1 Mar 2020 15:03:09 +0200 (EET) Received: by mail-oi1-f196.google.com with SMTP id g6so5939050oiy.1 for ; Sun, 01 Mar 2020 05:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/psBxA68lvBTmaqafEXeiIHarRgAYDpK1jrsaXdVIkE=; b=T4gKEt4trh0UNWXLH8NTZJbpigPkF1VKCoaJGDkP8yCYCrTHxzc3RAEEYp6/a8adgB MSzn4ZCfOGV0JgKNkJyngI+bVBzrOohv4JEgO1sLRrL1xbhRgmr/im59wr1suUOtU/EB k9kzglaDOXB2QL58n6/DCN8rMobojRpMYaATNxrDNGClops/+FUAQVQ4yY0L+0xdZ1pJ oGfoKOJ1zRhpK4exIQQ82pa1geRKlwq9T5cZitP9eYbKfjUdq/LDflC4CngPn/mNghy3 upM9JWBe3gXV9Q8FaW1QoHsfKKHE91nbzbcOCXjHMY7uRpAgb4eVcBJFw5UoyXb8Fhb/ GAdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/psBxA68lvBTmaqafEXeiIHarRgAYDpK1jrsaXdVIkE=; b=jcl8badDSMYccWCUg25Unn+Ax20ky46Ff19ZXKkuuNdy6vxq1O8/Z0HNFXMHK6qjcu LX7SkLecqaTq3mHitSvLjZfEnBrIjrGiQ8aSyLwAp6l9qrzw2sq0HIba1nVltLgze+fO ZC6SeT+4XqjZ467/ZWKhPucAI8LAqdNRMo4PKTDEUyUGG4rQ5tjG0jAN+tvRT7Oc9zet b0K8U1Y7EhYZ3YX3/wFbVH8tw76Ohu7y9hpZKVWdlSQg2Q0tUGnAPA74+HINL4nS+IMq 5gf3bgwA4PmMjkleKgpdIpHku0EoBxLm799MRfYPnBjtTZ2MQSvTfNWKcg5507ppTUB4 aKhg== X-Gm-Message-State: APjAAAX/nQ4ZLTN+LsX+njuxN8yW7Vi2F2tHJ4SMo/UO3x3dkQFTVMzB kaLEB6nug7+W0dWrIr1TaWBvM4i32Cs= X-Google-Smtp-Source: APXvYqw0k9efSWiO0gVO43pb7ydNhAIJt7kpMLENQaVjSZ2v3hKCAgfurPbkCNxz2scOzQbPzYz/Ig== X-Received: by 2002:a17:90a:d350:: with SMTP id i16mr15577272pjx.38.1583066338980; Sun, 01 Mar 2020 04:38:58 -0800 (PST) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id 144sm18460769pfc.45.2020.03.01.04.38.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Mar 2020 04:38:58 -0800 (PST) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Sun, 1 Mar 2020 20:38:46 +0800 Message-Id: <1583066326-7307-3-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1583066326-7307-1-git-send-email-mypopydev@gmail.com> References: <1583066326-7307-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V1 3/3] doc/filters: add missed framesync part in filter docs X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Cc: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao Add missed framesync part in filter docs. Signed-off-by: Jun Zhao --- doc/filters.texi | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 1453ecd..73f9f0a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12242,6 +12242,8 @@ this value filter algorithm for connecting components is activated. By default value is 0. @end table +The @code{hysteresis} filter also supports the @ref{framesync} options. + @section idet Detect video interlacing type. @@ -13094,6 +13096,8 @@ set output bit depth, only available for @code{lut2} filter. By default is 0, which means bit depth is automatically picked from first input format. @end table +The @code{lut2} filter also supports the @ref{framesync} options. + Each of them specifies the expression to use for computing the lookup table for the corresponding pixel component values. @@ -21330,6 +21334,8 @@ Size of output frames. Defaults to the same as the first input. @end table +The @code{program_opencl} filter also supports the @ref{framesync} options. + The program source file must contain a kernel function with the given name, which will be run once for each plane of the output. Each run on a plane gets enqueued as a separate 2D global NDRange with one work-item for each