diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 23:59:22 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-12 00:18:32 +0200 |
commit | b2e22731e4eeb6d13202248a1fb1fb0640e30314 (patch) | |
tree | 191b2ad9b4b066bdff698e16c578c3ac1f652e3e /doc/filters.texi | |
parent | aff6cebb41669a25008f76ce3c310001613e6263 (diff) | |
download | ffmpeg-b2e22731e4eeb6d13202248a1fb1fb0640e30314.tar.gz |
doc/filters: apply minor fixes to hue Commands section
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index efb3adce80..fa6f656ec3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3732,14 +3732,13 @@ hue="s=max(0\, min(1\, (START+DURATION-t)/DURATION))" @subsection Commands -This filter supports the following command: +This filter supports the following commands: @table @option @item s @item h @item H Modify the hue and/or the saturation of the input video. -The command accepts the same options and syntax of the corresponding -options. +The command accepts the same syntax of the corresponding option. If the specified expression is not valid, it is kept at its current value. |