mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue