Skip to content
Snippets Groups Projects
Commit 85c343fa authored by Timo Rothenpieler's avatar Timo Rothenpieler
Browse files

avfilter/vf_colorkey: Improve filter description

parent 770b0ed0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment