X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_colormatrix.c;h=c304f2dba8af7f4ced229906dd3b6e72e8a0bb7d;hb=3a3e8c35b63a40c4d59161097dc8652c15d13779;hp=3a02e2b86eaf439dadb8af41128bb4c262a76136;hpb=4f9a8d3fe2f9485ee08848d336ee96f15ec0e7e6;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),