]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_colorkey: Improve filter description
authorTimo Rothenpieler <timo@rothenpieler.org>
Fri, 18 Sep 2015 12:47:59 +0000 (14:47 +0200)
committerTimo Rothenpieler <timo@rothenpieler.org>
Fri, 18 Sep 2015 12:52:19 +0000 (14:52 +0200)
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
libavfilter/vf_colorkey.c

index 993da8b10feada67a342cb0c6380354a953284dc..2f670d97e749d3ab1ceba1a622da11b8fff22668 100644 (file)
@@ -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,