diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 10:49:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 17:47:10 +0200 |
commit | 6f1716c4b6d4c73bf7c945af199cf5d3c99ace5b (patch) | |
tree | 838c613287e33d9dd544d68520dd746c6bbc377d /doc/filters.texi | |
parent | 18144950d46abf9f7d6147f3ed7c3551a7c24c27 (diff) | |
download | ffmpeg-streaming-6f1716c4b6d4c73bf7c945af199cf5d3c99ace5b.zip ffmpeg-streaming-6f1716c4b6d4c73bf7c945af199cf5d3c99ace5b.tar.gz |
doc/filters: amend documentation for the hue filter
Make clear that the options accept an expression.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index aa1abf0..81cdb05 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4095,12 +4095,12 @@ Specify the hue angle as a number of degrees. It accepts an expression, and defaults to "0". @item s -Specify the saturation in the [-10,10] range. It accepts a float number and +Specify the saturation in the [-10,10] range. It accepts an expression and defaults to "1". @item H -Specify the hue angle as a number of radians. It accepts a float -number or an expression, and defaults to "0". +Specify the hue angle as a number of radians. It accepts an +expression, and defaults to "0". @end table @option{h} and @option{H} are mutually exclusive, and can't be |