]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/tinterlace.h
avfilter: don't anonymously typedef structs
[ffmpeg] / libavfilter / tinterlace.h
index e01050cba7a30acd4fe7b6d68d02bc6f863b27f4..7f50d3c8ee1692c564b260b26487e48e84e4a2f3 100644 (file)
@@ -46,7 +46,7 @@ enum TInterlaceMode {
     MODE_NB,
 };
 
-typedef struct {
+typedef struct TInterlaceContext {
     const AVClass *class;
     int mode;                   ///< TInterlaceMode, interlace mode selected
     AVRational preout_time_base;