]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_copy.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_copy.c
index 78bb5109e5ba03f8f3642fb4eebf9c8a3288d764..f50ac70c922f336626d7d4980c6a5c794c27d47a 100644 (file)
@@ -81,7 +81,7 @@ static const AVFilterPad avfilter_vf_copy_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_copy = {
+const AVFilter ff_vf_copy = {
     .name        = "copy",
     .description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),
     .inputs      = avfilter_vf_copy_inputs,