summaryrefslogtreecommitdiffstats
path: root/gst/y4m/gsty4mencode.h
diff options
context:
space:
mode:
authorZaheer Merali <zaheerabbas@merali.org>2009-09-05 20:51:14 -0700
committerDavid Schleef <ds@schleef.org>2009-09-05 20:53:10 -0700
commitc6b2dff77e47e4fe9665aeb22bf6a65c23b6f35e (patch)
treeaf4ae380bb96aecdaa8a08263afad5f7095de47d /gst/y4m/gsty4mencode.h
parent55d27540984401beb673fa2858c215a4e71a1fce (diff)
y4menc: Add interlaced support
Fixes #591713 Signed-off-by: David Schleef <ds@schleef.org>
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;
};