summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_field.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_field.c')
-rw-r--r--libavfilter/vf_field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_field.c b/libavfilter/vf_field.c
index ed12379..72cabdb 100644
--- a/libavfilter/vf_field.c
+++ b/libavfilter/vf_field.c
@@ -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;
OpenPOWER on IntegriCloud