]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_afreqshift.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_afreqshift.c
index 6141730e0342face0194a3a508db489aee54a10b..85a1e65a9643a97fbc43c727fccfbaff68310456 100644 (file)
@@ -390,7 +390,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_afreqshift = {
+const AVFilter ff_af_afreqshift = {
     .name            = "afreqshift",
     .description     = NULL_IF_CONFIG_SMALL("Apply frequency shifting to input audio."),
     .query_formats   = query_formats,
@@ -412,7 +412,7 @@ static const AVOption aphaseshift_options[] = {
 
 AVFILTER_DEFINE_CLASS(aphaseshift);
 
-AVFilter ff_af_aphaseshift = {
+const AVFilter ff_af_aphaseshift = {
     .name            = "aphaseshift",
     .description     = NULL_IF_CONFIG_SMALL("Apply phase shifting to input audio."),
     .query_formats   = query_formats,