mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/vf_colorkey: Improve filter description
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
parent
770b0ed0e0
commit
85c343faad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue