]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_detelecine.c
avfilter/af_stereotools: add forgotten break
[ffmpeg] / libavfilter / vf_detelecine.c
index 0d5f88df77665028821e4c6ec0920071ca7aaa05..0d1e2f2ffbb3a3e22c53243dcf6107766aa7246c 100644 (file)
@@ -32,7 +32,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct DetelecineContext {
     const AVClass *class;
     int first_field;
     char *pattern;