diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-15 15:33:17 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-13 10:34:03 +0200 |
commit | d28f09abf7731d329102e508bb717f2b64074f5d (patch) | |
tree | 6f936257e729f6dbeeeb0f4029a370f563dc7b88 /gst/deinterlace2/gstdeinterlace2.h | |
parent | 1a7323d2d41d58e96a3bd9585c877823f37330e3 (diff) |
[MOVED FROM BAD 47/56] deinterlace2: Add initial support for automatic detection of the field order
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.h')
-rw-r--r-- | gst/deinterlace2/gstdeinterlace2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.h b/gst/deinterlace2/gstdeinterlace2.h index 40806188..35cb55bf 100644 --- a/gst/deinterlace2/gstdeinterlace2.h +++ b/gst/deinterlace2/gstdeinterlace2.h @@ -199,6 +199,7 @@ struct _GstDeinterlace2 guint frame_size; gint frame_rate_n, frame_rate_d; + gboolean interlaced; /* Duration of one field */ GstClockTime field_duration; |