summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-19 21:33:05 +0100
committerwm4 <wm4@nowhere>2016-01-19 21:33:05 +0100
commitc365b44e19e1ab1cdb0d2aaca5360108d6da862a (patch)
treead2b09268e40e778ea805ce06b6ccf4c21a786bf /audio/decode/dec_audio.h
parent7737499a7459e32cd95e20be9af319be8cba98df (diff)
downloadmpv-c365b44e19e1ab1cdb0d2aaca5360108d6da862a.tar.bz2
mpv-c365b44e19e1ab1cdb0d2aaca5360108d6da862a.tar.xz
audio: move dec_audio.pool to ad_spdif
That's where its only use is.
Diffstat (limited to 'audio/decode/dec_audio.h')
-rw-r--r--audio/decode/dec_audio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h
index a8c66fa67e..17ce6b838f 100644
--- a/audio/decode/dec_audio.h
+++ b/audio/decode/dec_audio.h
@@ -36,7 +36,6 @@ struct dec_audio {
struct af_stream *afilter;
char *decoder_desc;
int init_retries;
- struct mp_audio_pool *pool;
struct mp_audio decode_format;
struct mp_audio *waiting; // used on format-change
// set by decoder