]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_dejudder.c
ops_pvq_search: remove dead macro
[ffmpeg] / libavfilter / vf_dejudder.c
index c4d7b6bb6cc76c5e1e203cbabc5d9de7b94f159c..4705cb612180e2aad266fdb76691b4fcdedbd4ba 100644 (file)
@@ -55,7 +55,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct DejudderContext {
     const AVClass *class;
     int64_t *ringbuff;
     int i1, i2, i3, i4;