X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_telecine.c;h=62599a7a3a6b851b779c688f2f2fc38a46e88613;hb=bbc7cfbf1e0b02323d4af512612342d2627080d8;hp=35f382ef7fdaab0aa03a4268c964f622b11cf1af;hpb=20e72faef6946cde8e59981ef511b824a01c5adb;p=ffmpeg diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c index 35f382ef7fd..62599a7a3a6 100644 --- a/libavfilter/vf_telecine.c +++ b/libavfilter/vf_telecine.c @@ -33,7 +33,7 @@ #include "internal.h" #include "video.h" -typedef struct { +typedef struct TelecineContext { const AVClass *class; int first_field; char *pattern;