X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_detelecine.c;h=e345e3062ab370223651aed2be7bb31f75c94f81;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=f02f85d602069baae3d75007b952026117808e84;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_detelecine.c b/libavfilter/vf_detelecine.c index f02f85d6020..e345e3062ab 100644 --- a/libavfilter/vf_detelecine.c +++ b/libavfilter/vf_detelecine.c @@ -372,7 +372,7 @@ static const AVFilterPad detelecine_outputs[] = { { NULL } }; -AVFilter ff_vf_detelecine = { +const AVFilter ff_vf_detelecine = { .name = "detelecine", .description = NULL_IF_CONFIG_SMALL("Apply an inverse telecine pattern."), .priv_size = sizeof(DetelecineContext),