]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_telecine.c
lavfi/testsrc2: fix completely transparent alpha.
[ffmpeg] / libavfilter / vf_telecine.c
index 35f382ef7fdaab0aa03a4268c964f622b11cf1af..62599a7a3a6b851b779c688f2f2fc38a46e88613 100644 (file)
@@ -33,7 +33,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct TelecineContext {
     const AVClass *class;
     int first_field;
     char *pattern;