diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-15 15:33:17 +0200 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:14 -0400 |
commit | 1a4e5e722edb37023b597ee10df993fa48ea919d (patch) | |
tree | 9da76a9033d30d37a5d8491c83681cefd48a3a86 /gst/deinterlace2/gstdeinterlace2.h | |
parent | 87cf9421c28a64ff9cf444517fcc7d9e9a42a862 (diff) | |
download | gst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.tar.gz gst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.tar.bz2 gst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.zip |
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; |