[FFmpeg-cvslog] doc/filters: fix selectivecolor example
Clément Bœsch
git at videolan.org
Wed Oct 14 16:36:11 CEST 2015
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Oct 14 16:34:41 2015 +0200| [c793a271d567e961a3643513adc0463f5b97485b] | committer: Clément Bœsch
doc/filters: fix selectivecolor example
Fixes Ticket #4927
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c793a271d567e961a3643513adc0463f5b97485b
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 34008e5..f58f014 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13097,7 +13097,7 @@ pixels of its range.
@itemize
@item
-Increase cyan by 55% and reduce yellow by 33% in every green areas, and
+Increase cyan by 50% and reduce yellow by 33% in every green areas, and
increase magenta by 27% in blue areas:
@example
selectivecolor=greens=.5 0 -.33 0:blues=0 .27
More information about the ffmpeg-cvslog
mailing list