X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_mpdecimate.c;h=53f5a56ef4305be272a7b93254ae3ab1b6da6e8b;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=c9a9cb3a8ed6ac3f15845cf3d653ad27176aa97c;hpb=d6b62ce1aced9e2456582870382f384581cc7cbb;p=ffmpeg diff --git a/libavfilter/vf_mpdecimate.c b/libavfilter/vf_mpdecimate.c index c9a9cb3a8ed..53f5a56ef43 100644 --- a/libavfilter/vf_mpdecimate.c +++ b/libavfilter/vf_mpdecimate.c @@ -242,7 +242,7 @@ static const AVFilterPad mpdecimate_outputs[] = { { NULL } }; -AVFilter ff_vf_mpdecimate = { +const AVFilter ff_vf_mpdecimate = { .name = "mpdecimate", .description = NULL_IF_CONFIG_SMALL("Remove near-duplicate frames."), .init = init,