summaryrefslogtreecommitdiff
path: root/ext/libav/gstavauddec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libav/gstavauddec.h')
-rw-r--r--ext/libav/gstavauddec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/libav/gstavauddec.h b/ext/libav/gstavauddec.h
index 1a194ab..d91de0d 100644
--- a/ext/libav/gstavauddec.h
+++ b/ext/libav/gstavauddec.h
@@ -44,9 +44,6 @@ struct _GstFFMpegAudDec
/* prevent reopening the decoder on GST_EVENT_CAPS when caps are same as last time. */
GstCaps *last_caps;
- /* Stores current buffers to push as GstAudioDecoder wants 1:1 mapping for input/output buffers */
- GstBuffer *outbuf;
-
/* current output format */
GstAudioInfo info;
GstAudioChannelPosition ffmpeg_layout[64];