From b66a6f90beb4edb7cd96399880fae9892f827c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 15 Apr 2009 15:33:17 +0200 Subject: deinterlace2: Add initial support for automatic detection of the field order --- gst/deinterlace2/gstdeinterlace2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/deinterlace2/gstdeinterlace2.h') 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; -- cgit v1.2.1