]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_shear.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_shear.c
index de298af94b0a15dce792875044a76d8c02349526..6b9db161d95edd77231d8a55f1479be32000d213 100644 (file)
@@ -316,7 +316,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_shear = {
+const AVFilter ff_vf_shear = {
     .name            = "shear",
     .description     = NULL_IF_CONFIG_SMALL("Shear transform the input image."),
     .priv_size       = sizeof(ShearContext),