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