]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_apad.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_apad.c
index fbcf6d1349cb0387bd9b7ddb574b38dc7be47f89..8628c0c2e2aefb309f7616892e90a2129736a34b 100644 (file)
@@ -168,7 +168,7 @@ static const AVFilterPad apad_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_apad = {
+const AVFilter ff_af_apad = {
     .name          = "apad",
     .description   = NULL_IF_CONFIG_SMALL("Pad audio with silence."),
     .init          = init,