]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_shufflepixels.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_shufflepixels.c
index 463bb66bc8d21129caede2a77b1f0451aff121bd..b404eefe66e5391cf105b339e68b3b8a667dca90 100644 (file)
@@ -443,7 +443,7 @@ static const AVFilterPad shufflepixels_outputs[] = {
     { NULL },
 };
 
-AVFilter ff_vf_shufflepixels = {
+const AVFilter ff_vf_shufflepixels = {
     .name          = "shufflepixels",
     .description   = NULL_IF_CONFIG_SMALL("Shuffle video pixels."),
     .priv_size     = sizeof(ShufflePixelsContext),