diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-09 18:08:16 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-09 18:20:15 +0100 |
commit | d7cb8c51f05a2a73e899d88348d92c0f5f72d2fd (patch) | |
tree | 0b69d18f52603b73951bf46a8f413a23ce114a8f /doc/filters.texi | |
parent | b6327612abc0448e95f9a1c4375b594635134188 (diff) | |
download | ffmpeg-d7cb8c51f05a2a73e899d88348d92c0f5f72d2fd.tar.gz |
avfilter/vf_curves: add commands support
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 aeb20bc955..079bba9a1e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9257,6 +9257,10 @@ Save Gnuplot script of the curves in specified file. To avoid some filtergraph syntax conflicts, each key points list need to be defined using the following syntax: @code{x0/y0 x1/y1 x2/y2 ...}. +@subsection Commands + +This filter supports same @ref{commands} as options. + @subsection Examples @itemize |