diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-19 20:12:26 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-19 20:46:00 +0100 |
commit | 31aa6bdb593f959049f602a84525bb9098f79356 (patch) | |
tree | 8541c0b6752a72ca4148b92f154072d4174c5f6e | |
parent | f58d0d5beca44f1bfaf79553893e62f93a2f41e7 (diff) | |
download | ffmpeg-31aa6bdb593f959049f602a84525bb9098f79356.tar.gz |
doc/filters: document that cas filter supports commands
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index bf26cb27b8..5925cf038c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7666,6 +7666,9 @@ Set planes to filter. Default value is to filter all planes except alpha plane. @end table +@subsection Commands +This filter supports same @ref{commands} as options. + @section chromahold Remove all color information for all colors except for certain one. |