]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_field.c
Merge commit '0ee78020cd41d81eec651acd7fc65906207796f3'
[ffmpeg] / libavfilter / vf_field.c
index 72cabdb92964c4f5047a547caa789f33ccdf9487..2f4eb679eaa8961b199280f164d0d48b3273e2a3 100644 (file)
@@ -31,7 +31,7 @@
 
 enum FieldType { FIELD_TYPE_TOP = 0, FIELD_TYPE_BOTTOM };
 
-typedef struct {
+typedef struct FieldContext {
     const AVClass *class;
     int type;                   ///< FieldType
     int nb_planes;              ///< number of planes of the current format