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 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user