summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-19 22:24:26 +0100
committerwm4 <wm4@nowhere>2016-01-19 22:24:38 +0100
commit30031edce3bb79051a125183c8dc152ba4e78e66 (patch)
treeb041672d79d6e93423a65e33260ba13eca23695d /audio/decode/dec_audio.h
parentc365b44e19e1ab1cdb0d2aaca5360108d6da862a (diff)
downloadmpv-30031edce3bb79051a125183c8dc152ba4e78e66.tar.bz2
mpv-30031edce3bb79051a125183c8dc152ba4e78e66.tar.xz
audio: move direct packet reading from decoders to common code
Another bit of preparation.
Diffstat (limited to 'audio/decode/dec_audio.h')
-rw-r--r--audio/decode/dec_audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h
index 17ce6b838f..b273bb2af9 100644
--- a/audio/decode/dec_audio.h
+++ b/audio/decode/dec_audio.h
@@ -48,6 +48,8 @@ struct dec_audio {
bool pts_reset;
// For free use by the ad_driver
void *priv;
+ // Strictly internal to dec_audio.c
+ struct demux_packet *packet;
};
enum {