mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
vorbisdec: remove unused field
This commit is contained in:
parent
66c1292cac
commit
708956e281
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ struct _GstVorbisDec {
|
|||
|
||||
/* list of buffers that need timestamps */
|
||||
GList *queued;
|
||||
/* list of raw output buffers */
|
||||
GList *output;
|
||||
/* gather/decode queues for reverse playback */
|
||||
GList *gather;
|
||||
GList *decode;
|
||||
|
|
Loading…
Reference in a new issue