]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aphaser.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_aphaser.c
index bf46cc8fab77541c6b709d8645fa78579383b670..e033a6d90401d82b07a24a99ac3cce48f774d0a0 100644 (file)
@@ -290,7 +290,7 @@ static const AVFilterPad aphaser_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_aphaser = {
+const AVFilter ff_af_aphaser = {
     .name          = "aphaser",
     .description   = NULL_IF_CONFIG_SMALL("Add a phasing effect to the audio."),
     .query_formats = query_formats,