]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_il.c
Merge commit 'bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be'
[ffmpeg] / libavfilter / vf_il.c
index e0bf8d594127a702f56193f5d508e800f56ae04b..ae0cc1938a375cc4e66195b7dd6e6676f4250075 100644 (file)
@@ -36,7 +36,7 @@ enum FilterMode {
     MODE_DEINTERLEAVE
 };
 
-typedef struct {
+typedef struct IlContext {
     const AVClass *class;
     int luma_mode, chroma_mode, alpha_mode; ///<FilterMode
     int luma_swap, chroma_swap, alpha_swap;