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:
parent
c1b66a63ac
commit
58fcc0a0ab
@ -61,7 +61,6 @@ struct _GstDVDec {
|
|||||||
gboolean PAL;
|
gboolean PAL;
|
||||||
gboolean interlaced;
|
gboolean interlaced;
|
||||||
gboolean wide;
|
gboolean wide;
|
||||||
gint frame_len;
|
|
||||||
|
|
||||||
/* input caps */
|
/* input caps */
|
||||||
gboolean sink_negotiated;
|
gboolean sink_negotiated;
|
||||||
@ -74,7 +73,6 @@ struct _GstDVDec {
|
|||||||
gboolean need_par;
|
gboolean need_par;
|
||||||
|
|
||||||
/* negotiated output */
|
/* negotiated output */
|
||||||
dv_color_space_t space;
|
|
||||||
gint bpp;
|
gint bpp;
|
||||||
gboolean src_negotiated;
|
gboolean src_negotiated;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user