]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colormatrix.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colormatrix.c
index 3a02e2b86eaf439dadb8af41128bb4c262a76136..c304f2dba8af7f4ced229906dd3b6e72e8a0bb7d 100644 (file)
@@ -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),