]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_pad.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_pad.c
index 131f24807f96a1d860db7cea7eea9a6eaaa0d272..871f2930afd0c422eb6c4fdfe2ccda1f5eb31eae 100644 (file)
@@ -453,7 +453,7 @@ static const AVFilterPad avfilter_vf_pad_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_pad = {
+const AVFilter ff_vf_pad = {
     .name          = "pad",
     .description   = NULL_IF_CONFIG_SMALL("Pad the input video."),
     .priv_size     = sizeof(PadContext),