summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorkey.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2015-09-18 14:47:59 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2015-09-18 14:52:19 +0200
commit85c343faade5d20d3b336b0cd16e69eb928d256a (patch)
tree814226c16bf6171866fbec2bb101236a4140839c /libavfilter/vf_colorkey.c
parent770b0ed0e01740f9179746f69b44571f24cefb80 (diff)
avfilter/vf_colorkey: Improve filter description
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavfilter/vf_colorkey.c')
-rw-r--r--libavfilter/vf_colorkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_colorkey.c b/libavfilter/vf_colorkey.c
index 993da8b10f..2f670d97e7 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,