summaryrefslogtreecommitdiff
path: root/ext/faad/gstfaad.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-09 23:35:20 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-11 22:22:50 +0100
commit50e4914edc0c3995da6fc559d530f380dc2c0393 (patch)
tree52b5cce5de4d9bac1d834813409e6beddc87a01b /ext/faad/gstfaad.h
parent94928e44a439d8a81c29eca32dbcce05b4c6156e (diff)
faad: remove defunct and otherwise obsolete code
Diffstat (limited to 'ext/faad/gstfaad.h')
-rw-r--r--ext/faad/gstfaad.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/faad/gstfaad.h b/ext/faad/gstfaad.h
index 7e7837953..7873ff05f 100644
--- a/ext/faad/gstfaad.h
+++ b/ext/faad/gstfaad.h
@@ -49,6 +49,7 @@ typedef struct _GstFaad {
guint samplerate; /* sample rate of the last MPEG frame */
guint channels; /* number of channels of the last frame */
guint bps; /* bytes per sample */
+ guchar *channel_positions;
guint8 fake_codec_data[2];
@@ -58,9 +59,6 @@ typedef struct _GstFaad {
faacDecHandle handle;
gboolean init;
- /* FAAD channel setup */
- guchar *channel_positions;
- gboolean need_channel_setup;
gboolean packetised; /* We must differentiate between raw and packetised streams */
gint64 prev_ts; /* timestamp of previous buffer */