aboutsummaryrefslogtreecommitdiff
path: root/video/bink_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-01-09 21:28:43 -0500
committerMatthew Hoops2014-01-11 18:43:42 -0500
commitce82977ea152ea617b2e6c005b2bcfedb2a0e85c (patch)
tree2c8298722ae550a93e382fa827e18a1ff6d3a2d1 /video/bink_decoder.h
parentd2e31c8d67417d033b89cabc834cf3a1c363799c (diff)
downloadscummvm-rg350-ce82977ea152ea617b2e6c005b2bcfedb2a0e85c.tar.gz
scummvm-rg350-ce82977ea152ea617b2e6c005b2bcfedb2a0e85c.tar.bz2
scummvm-rg350-ce82977ea152ea617b2e6c005b2bcfedb2a0e85c.zip
VIDEO: Improve support for multiple Bink audio tracks
Diffstat (limited to 'video/bink_decoder.h')
-rw-r--r--video/bink_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/bink_decoder.h b/video/bink_decoder.h
index 08800c2223..fb2998fb6e 100644
--- a/video/bink_decoder.h
+++ b/video/bink_decoder.h
@@ -74,6 +74,8 @@ public:
protected:
void readNextPacket();
+ bool supportsAudioTrackSwitching() const { return true; }
+ AudioTrack *getAudioTrack(int index);
private:
static const int kAudioChannelsMax = 2;