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 72cabdb..2f4eb67 100644
--- a/libavfilter/vf_field.c
+++ b/libavfilter/vf_field.c
@@ -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
OpenPOWER on IntegriCloud