]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_ebur128.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / f_ebur128.c
index e81520838ddecfc2369fb9ee5333c69b2ba0bdde..a9a7820db84a2cff6ba521ae69d4ae7bab25ef69 100644 (file)
@@ -999,7 +999,7 @@ static const AVFilterPad ebur128_inputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_ebur128 = {
+const AVFilter ff_af_ebur128 = {
     .name          = "ebur128",
     .description   = NULL_IF_CONFIG_SMALL("EBU R128 scanner."),
     .priv_size     = sizeof(EBUR128Context),