summaryrefslogtreecommitdiffstats
path: root/gst/y4m/gsty4mencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/y4m/gsty4mencode.h')
-rw-r--r--gst/y4m/gsty4mencode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mencode.h b/gst/y4m/gsty4mencode.h
index 1ca8105a..02770d51 100644
--- a/gst/y4m/gsty4mencode.h
+++ b/gst/y4m/gsty4mencode.h
@@ -51,7 +51,8 @@ struct _GstY4mEncode {
gint width, height;
gint fps_num, fps_den;
gint par_num, par_den;
-
+ gboolean interlaced;
+ gboolean top_field_first;
/* state information */
gboolean header;
};