]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_kerndeint.c
avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
[ffmpeg] / libavfilter / vf_kerndeint.c
index 4825ed5e3e297a4852ea142869fe186a878d517f..057d15f9cb9426faacaf516c827f8d608ae05c02 100644 (file)
@@ -35,7 +35,7 @@
 #include "formats.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct KerndeintContext {
     const AVClass *class;
     int           frame; ///< frame count, starting from 0
     int           thresh, map, order, sharp, twoway;