X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_colormatrix.c;h=c304f2dba8af7f4ced229906dd3b6e72e8a0bb7d;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=3a02e2b86eaf439dadb8af41128bb4c262a76136;hpb=79025da3f2e7ab047c8f3c0c817952a98480b26b;p=ffmpeg diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index 3a02e2b86ea..c304f2dba8a 100644 --- a/libavfilter/vf_colormatrix.c +++ b/libavfilter/vf_colormatrix.c @@ -507,7 +507,7 @@ static const AVFilterPad colormatrix_outputs[] = { { NULL } }; -AVFilter ff_vf_colormatrix = { +const AVFilter ff_vf_colormatrix = { .name = "colormatrix", .description = NULL_IF_CONFIG_SMALL("Convert color matrix."), .priv_size = sizeof(ColorMatrixContext),