[FFmpeg-cvslog] avfilter/vf_colorkey: Improve filter description

Timo Rothenpieler git at videolan.org
Fri Sep 18 14:55:44 CEST 2015


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Fri Sep 18 14:47:59 2015 +0200| [85c343faade5d20d3b336b0cd16e69eb928d256a] | committer: Timo Rothenpieler

avfilter/vf_colorkey: Improve filter description

Signed-off-by: Timo Rothenpieler <timo at rothenpieler.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85c343faade5d20d3b336b0cd16e69eb928d256a
---

 libavfilter/vf_colorkey.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_colorkey.c b/libavfilter/vf_colorkey.c
index 993da8b..2f670d9 100644
--- a/libavfilter/vf_colorkey.c
+++ b/libavfilter/vf_colorkey.c
@@ -159,7 +159,7 @@ AVFILTER_DEFINE_CLASS(colorkey);
 
 AVFilter ff_vf_colorkey = {
     .name          = "colorkey",
-    .description   = NULL_IF_CONFIG_SMALL("colorkey filter"),
+    .description   = NULL_IF_CONFIG_SMALL("Turns a certain color into transparency. Operates on RGB colors."),
     .priv_size     = sizeof(ColorkeyContext),
     .priv_class    = &colorkey_class,
     .query_formats = query_formats,



More information about the ffmpeg-cvslog mailing list