Browse code

avfilter/vf_colorkey: Improve filter description

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

Timo Rothenpieler authored on 2015/09/18 21:47:59
Showing 1 changed files
... ...
@@ -159,7 +159,7 @@ AVFILTER_DEFINE_CLASS(colorkey);
159 159
 
160 160
 AVFilter ff_vf_colorkey = {
161 161
     .name          = "colorkey",
162
-    .description   = NULL_IF_CONFIG_SMALL("colorkey filter"),
162
+    .description   = NULL_IF_CONFIG_SMALL("Turns a certain color into transparency. Operates on RGB colors."),
163 163
     .priv_size     = sizeof(ColorkeyContext),
164 164
     .priv_class    = &colorkey_class,
165 165
     .query_formats = query_formats,