]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_mpdecimate.c
avfilter/vf_blend: add extremity blend mode
[ffmpeg] / libavfilter / vf_mpdecimate.c
index dc345114cde69a1caa13055e452ef9dbd602100d..c9a9cb3a8ed6ac3f15845cf3d653ad27176aa97c 100644 (file)
@@ -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