diff mbox series

[FFmpeg-devel,V2,1/3] doc/filters: add missed framesync part in filter docs

Message ID 1583236132-10538-1-git-send-email-mypopydev@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,V2,1/3] doc/filters: add missed framesync part in filter docs | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Jun Zhao March 3, 2020, 11:48 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Add missed framesync part in filter docs.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/filters.texi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Comments

Gyan Doshi March 3, 2020, 12:09 p.m. UTC | #1
On 03-03-2020 05:18 pm, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
>
> Add missed framesync part in filter docs.
>
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>   doc/filters.texi |    6 ++++++
>   1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index b4f3e1a..79b0b8e 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.
>   
> @@ -21334,6 +21338,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

LGTM.

Gyan
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index b4f3e1a..79b0b8e 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.
 
@@ -21334,6 +21338,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