Commit 493f669e authored by Jun Zhao's avatar Jun Zhao

doc/filters: add missed framesync part in filter docs

Add missed framesync part in filter docs.
Reviewed-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent 12ec8ad2
...@@ -12242,6 +12242,8 @@ this value filter algorithm for connecting components is activated. ...@@ -12242,6 +12242,8 @@ this value filter algorithm for connecting components is activated.
By default value is 0. By default value is 0.
@end table @end table
The @code{hysteresis} filter also supports the @ref{framesync} options.
@section idet @section idet
Detect video interlacing type. Detect video interlacing type.
...@@ -13094,6 +13096,8 @@ set output bit depth, only available for @code{lut2} filter. By default is 0, ...@@ -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. which means bit depth is automatically picked from first input format.
@end table @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 Each of them specifies the expression to use for computing the lookup table for
the corresponding pixel component values. the corresponding pixel component values.
...@@ -21337,6 +21341,8 @@ Size of output frames. Defaults to the same as the first input. ...@@ -21337,6 +21341,8 @@ Size of output frames. Defaults to the same as the first input.
@end table @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, 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 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 gets enqueued as a separate 2D global NDRange with one work-item for each
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment