]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avf_showspatial.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / avf_showspatial.c
index a2c8ac24ba461f8ac77b7e6133db02974ef672f6..82d202a817af0ffb5dd91cccb0492ef729219b51 100644 (file)
@@ -358,7 +358,7 @@ static const AVFilterPad showspatial_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_avf_showspatial = {
+const AVFilter ff_avf_showspatial = {
     .name          = "showspatial",
     .description   = NULL_IF_CONFIG_SMALL("Convert input audio to a spatial video output."),
     .uninit        = uninit,