]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_epx.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_epx.c
index 65b8975c2300f2e88e7196a60c7b856642778f75..731ba821a80995cf7e917711c6c2386d0cc0dc66 100644 (file)
@@ -275,7 +275,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_epx = {
+const AVFilter ff_vf_epx = {
     .name          = "epx",
     .description   = NULL_IF_CONFIG_SMALL("Scale the input using EPX algorithm."),
     .inputs        = inputs,