mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
celtdec: remove unused instance variable
This commit is contained in:
parent
022cdfc5d3
commit
8104d7a2ec
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ struct _GstCeltDec {
|
||||||
gint frame_size;
|
gint frame_size;
|
||||||
guint64 packetno;
|
guint64 packetno;
|
||||||
|
|
||||||
gboolean discont;
|
|
||||||
|
|
||||||
GstBuffer *streamheader;
|
GstBuffer *streamheader;
|
||||||
GstBuffer *vorbiscomment;
|
GstBuffer *vorbiscomment;
|
||||||
GList *extra_headers;
|
GList *extra_headers;
|
||||||
|
|
Loading…
Reference in a new issue