X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_mpdecimate.c;h=c9a9cb3a8ed6ac3f15845cf3d653ad27176aa97c;hb=22a03c29006e9c6b41ce6e63831bd3faa69a1fe8;hp=dc345114cde69a1caa13055e452ef9dbd602100d;hpb=f439764657f72cacdd4eca915e8eeaed33e39972;p=ffmpeg diff --git a/libavfilter/vf_mpdecimate.c b/libavfilter/vf_mpdecimate.c index dc345114cde..c9a9cb3a8ed 100644 --- a/libavfilter/vf_mpdecimate.c +++ b/libavfilter/vf_mpdecimate.c @@ -33,7 +33,7 @@ #include "formats.h" #include "video.h" -typedef struct { +typedef struct DecimateContext { const AVClass *class; int lo, hi; ///< lower and higher threshold number of differences ///< values for 8x8 blocks