dvdec: Remove unused fields

Remove unused fields frame_len and space

https://bugzilla.gnome.org/show_bug.cgi?id=759614
This commit is contained in:
Ravi Kiran K N 2015-12-18 10:18:09 +05:30 committed by Sebastian Dröge
parent c1b66a63ac
commit 58fcc0a0ab

View file

@ -61,7 +61,6 @@ struct _GstDVDec {
gboolean PAL;
gboolean interlaced;
gboolean wide;
gint frame_len;
/* input caps */
gboolean sink_negotiated;
@ -74,7 +73,6 @@ struct _GstDVDec {
gboolean need_par;
/* negotiated output */
dv_color_space_t space;
gint bpp;
gboolean src_negotiated;