vorbisdec: remove unused field

This commit is contained in:
Mark Nauwelaerts 2010-03-10 10:22:47 +01:00
parent 66c1292cac
commit 708956e281

View file

@ -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;