]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/asrc_sine.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / asrc_sine.c
index 3b7d2e6d0072ea7f220f79158df6b3a07e844f10..f75a5fc7280417e0b68e17f1bea0477eec411d14 100644 (file)
@@ -269,7 +269,7 @@ static const AVFilterPad sine_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_asrc_sine = {
+const AVFilter ff_asrc_sine = {
     .name          = "sine",
     .description   = NULL_IF_CONFIG_SMALL("Generate sine wave audio signal."),
     .query_formats = query_formats,