diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-23 16:13:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-23 16:13:53 +0200 |
commit | 488c760091c2497ba7681d2fad8244b941a5b8c7 (patch) | |
tree | 8c6d6f78069b94ebfe90eaefe6db54b498a93f31 | |
parent | 8f04220df8050b8de8b92ecd466facd0274f51d2 (diff) | |
download | ffmpeg-488c760091c2497ba7681d2fad8244b941a5b8c7.tar.gz |
doc/filters: document geq rgb mode
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 21a3c0f5b2..736da6fc8d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3759,6 +3759,12 @@ the chrominance blue expression the chrominance red expression @item alpha_expr the alpha expression +@item r +the red expression +@item g +the green expression +@item b +the blue expression @end table If one of the chrominance expression is not defined, it falls back on the other |