]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_xbr.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_xbr.c
index a381be4553e9d94db59ac68720081038df413347..7226c03783b2dad6a9a5b2956294117a75b8309c 100644 (file)
@@ -425,7 +425,7 @@ static const AVFilterPad xbr_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_xbr = {
+const AVFilter ff_vf_xbr = {
     .name          = "xbr",
     .description   = NULL_IF_CONFIG_SMALL("Scale the input using xBR algorithm."),
     .inputs        = xbr_inputs,