]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_sr.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_sr.c
index 45f941acdb2268e08bc0398e69ead7f42b2938ba..4360439ca6b21b4b933e4424693832f9464ce9fe 100644 (file)
@@ -193,7 +193,7 @@ static const AVFilterPad sr_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_sr = {
+const AVFilter ff_vf_sr = {
     .name          = "sr",
     .description   = NULL_IF_CONFIG_SMALL("Apply DNN-based image super resolution to the input."),
     .priv_size     = sizeof(SRContext),