From d8ebddfaf3cc548cf5b8397d9c9595a5e0b7d465 Mon Sep 17 00:00:00 2001 From: Ravi Kiran K N Date: Fri, 10 Apr 2015 10:59:26 +0530 Subject: [PATCH] smpte: remove unused fields Remove the fields - format and fps from smpte as they are unused. https://bugzilla.gnome.org/show_bug.cgi?id=747597 --- gst/smpte/gstsmpte.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h index 59a48305c7..3039942e4d 100644 --- a/gst/smpte/gstsmpte.h +++ b/gst/smpte/gstsmpte.h @@ -61,10 +61,8 @@ struct _GstSMPTE { gboolean invert; /* negotiated format */ - gint format; gint width; gint height; - gdouble fps; gint fps_num; gint fps_denom; GstVideoInfo vinfo1;