diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-15 20:31:25 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-15 20:35:01 +0100 |
commit | 32586a42da8c9dedd30c6e4c0417c9da91c1f283 (patch) | |
tree | 6d38aa68817486bd12c8ec5d109b864e1953e6d1 /doc | |
parent | cd821c18dc8bc5949f4b4d13f07157928ae22bba (diff) | |
download | ffmpeg-32586a42da8c9dedd30c6e4c0417c9da91c1f283.tar.gz |
avfilter/vf_limiter: add support for commands
Diffstat (limited to 'doc')
-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 89244dc543..62e34b99ee 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13551,6 +13551,10 @@ Upper bound. Defaults to the highest allowed value for the input. Specify which planes will be processed. Defaults to all available. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section loop Loop video frames. |