diff options
author | Bastien Bouclet | 2017-07-10 21:36:19 +0200 |
---|---|---|
committer | Bastien Bouclet | 2017-07-27 06:40:07 +0200 |
commit | ec49730711399c7705211f76bf583ad73a681e16 (patch) | |
tree | cedf79022d82766108a26a589958cf5a43383ca8 /video/bink_decoder.h | |
parent | 22ce8dbf385c08a58222049333554ee206bf933d (diff) | |
download | scummvm-rg350-ec49730711399c7705211f76bf583ad73a681e16.tar.gz scummvm-rg350-ec49730711399c7705211f76bf583ad73a681e16.tar.bz2 scummvm-rg350-ec49730711399c7705211f76bf583ad73a681e16.zip |
VIDEO: Allow setting the mixer sound type used to play audio tracks
Diffstat (limited to 'video/bink_decoder.h')
-rw-r--r-- | video/bink_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/bink_decoder.h b/video/bink_decoder.h index f0f9ae2b29..6f18dd539c 100644 --- a/video/bink_decoder.h +++ b/video/bink_decoder.h @@ -320,7 +320,7 @@ private: class BinkAudioTrack : public AudioTrack { public: - BinkAudioTrack(AudioInfo &audio); + BinkAudioTrack(AudioInfo &audio, Audio::Mixer::SoundType soundType); ~BinkAudioTrack(); /** Decode an audio packet. */ |