diff options
author | Marton Balint <cus@passwd.hu> | 2019-05-31 23:05:52 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2019-06-01 19:06:05 +0200 |
commit | 415886588fad089895b60027ac08c8aa1a2431aa (patch) | |
tree | 559d062a0e951e5d5d85be7d240c1e7d94bc8795 /doc/filters.texi | |
parent | 76ef18fd3910a5b479a3d9e584a0adc13f0d84ee (diff) | |
download | ffmpeg-415886588fad089895b60027ac08c8aa1a2431aa.tar.gz |
doc/filters: move reference to framesync options from lut3d to haldclut
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 60df5bf35b..6e2dedaf0e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10844,6 +10844,8 @@ Default is @code{1}. @code{haldclut} also has the same interpolation options as @ref{lut3d} (both filters share the same internals). +This filter also supports the @ref{framesync} options. + More information about the Hald CLUT can be found on Eskil Steenberg's website (Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}. @@ -11929,8 +11931,6 @@ Interpolate values using a tetrahedron. @end table @end table -This filter also supports the @ref{framesync} options. - @section lumakey Turn certain luma values into transparency. |