]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_shuffleplanes.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_shuffleplanes.c
index c5a376d50bf21a8dd92952029eca1e714547769e..d1e1d11074c6d140b88a9d9a4756011661ed20df 100644 (file)
@@ -162,7 +162,7 @@ static const AVFilterPad shuffleplanes_outputs[] = {
     { NULL },
 };
 
-AVFilter ff_vf_shuffleplanes = {
+const AVFilter ff_vf_shuffleplanes = {
     .name         = "shuffleplanes",
     .description  = NULL_IF_CONFIG_SMALL("Shuffle video planes."),
     .priv_size    = sizeof(ShufflePlanesContext),