X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_shear.c;h=6b9db161d95edd77231d8a55f1479be32000d213;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=de298af94b0a15dce792875044a76d8c02349526;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_shear.c b/libavfilter/vf_shear.c index de298af94b0..6b9db161d95 100644 --- a/libavfilter/vf_shear.c +++ b/libavfilter/vf_shear.c @@ -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),