diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-06 12:45:39 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-06 12:47:21 +0100 |
commit | d8181cbbc48d262ed820ff2c4265f846be7fe6d1 (patch) | |
tree | 9bb2310d806421843607b36172874f47ad700eaf /doc/filters.texi | |
parent | feea20e994e20f0b7946c9fc0b80656ffac941f9 (diff) | |
download | ffmpeg-d8181cbbc48d262ed820ff2c4265f846be7fe6d1.tar.gz |
avfilter/vf_lut3d: lut1d: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c91db8c346..c150c29114 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13914,6 +13914,10 @@ Interpolate values using the spline interpolation. @end table @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @anchor{lut3d} @section lut3d |