X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_chromakey.c;h=45d8e43c2c81ae0ab193186f8605ef08234b2a9a;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=4b1669d0842cf406b228bd1dfb3f05bf37a533cb;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_chromakey.c b/libavfilter/vf_chromakey.c index 4b1669d0842..45d8e43c2c8 100644 --- a/libavfilter/vf_chromakey.c +++ b/libavfilter/vf_chromakey.c @@ -398,7 +398,7 @@ static const AVOption chromakey_options[] = { AVFILTER_DEFINE_CLASS(chromakey); -AVFilter ff_vf_chromakey = { +const AVFilter ff_vf_chromakey = { .name = "chromakey", .description = NULL_IF_CONFIG_SMALL("Turns a certain color into transparency. Operates on YUV colors."), .priv_size = sizeof(ChromakeyContext), @@ -440,7 +440,7 @@ static const AVFilterPad chromahold_outputs[] = { AVFILTER_DEFINE_CLASS(chromahold); -AVFilter ff_vf_chromahold = { +const AVFilter ff_vf_chromahold = { .name = "chromahold", .description = NULL_IF_CONFIG_SMALL("Turns a certain color range into gray."), .priv_size = sizeof(ChromakeyContext),