]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_atempo.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_atempo.c
index e4fc691abe614ee67c463a94820ebef29273a1c8..80a33c43ede29034d52a0babca9bbd665766dd8c 100644 (file)
@@ -1202,7 +1202,7 @@ static const AVFilterPad atempo_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_atempo = {
+const AVFilter ff_af_atempo = {
     .name            = "atempo",
     .description     = NULL_IF_CONFIG_SMALL("Adjust audio tempo."),
     .init            = init,