summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authorhzoli <hzoli@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 11:17:43 +0000
committerhzoli <hzoli@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 11:17:43 +0000
commit067c0482d99dfd658e042af015e0b9a0ffee15b0 (patch)
treec370e9100d49092f6fb09960c26706f0c44c733c /libmpdemux/stheader.h
parent6dbf6b4df117ae2dcace55f7e592a20fb81795be (diff)
downloadmpv-067c0482d99dfd658e042af015e0b9a0ffee15b0.tar.bz2
mpv-067c0482d99dfd658e042af015e0b9a0ffee15b0.tar.xz
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14820 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 1de8715b50..5b0aeaceb1 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -35,6 +35,7 @@ typedef struct {
int a_out_buffer_size;
// void* audio_out; // the audio_out handle, used for this audio stream
void* afilter; // the audio filter stream
+ struct ad_functions_s* ad_driver;
#ifdef DYNAMIC_PLUGINS
void *dec_handle;
#endif