diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-03 23:49:46 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-03 23:49:46 +0100 |
commit | 16ed6a6bf7a7f5fef2297c599d636814037c5044 (patch) | |
tree | 76070f04d8afd5a59f70068da349d4dc1dcb126a | |
parent | e2427f04b7bc47968f738ce2a1d7d6c7148f240f (diff) | |
download | ffmpeg-16ed6a6bf7a7f5fef2297c599d636814037c5044.tar.gz |
doc/filters: fix degrees/radians copy/paste fail.
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index bcbe21af8a..f4c1d03e7d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3389,7 +3389,7 @@ Specify the hue angle as a number of degrees. It accepts a float number or an expression, and defaults to 0.0. @item H -Specify the hue angle as a number of degrees. It accepts a float +Specify the hue angle as a number of radians. It accepts a float number or an expression, and defaults to 0.0. @item s |