aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/avi_decoder.cpp
diff options
context:
space:
mode:
authorMax Horn2010-01-08 22:06:04 +0000
committerMax Horn2010-01-08 22:06:04 +0000
commit474d49946f5254bff7ac6a490fcc3b02655fae23 (patch)
tree127da7f0a99049771e33e60417359fafe9ee77d6 /graphics/video/avi_decoder.cpp
parent7efba850648777d2d562bfccf2f14868816d6391 (diff)
downloadscummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.gz
scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.bz2
scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.zip
Rename QueuedAudioStream to QueuingAudioStream
svn-id: r47179
Diffstat (limited to 'graphics/video/avi_decoder.cpp')
-rw-r--r--graphics/video/avi_decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/video/avi_decoder.cpp b/graphics/video/avi_decoder.cpp
index f949d612df..7416d86310 100644
--- a/graphics/video/avi_decoder.cpp
+++ b/graphics/video/avi_decoder.cpp
@@ -431,10 +431,10 @@ Codec *AviDecoder::createCodec() {
return NULL;
}
-Audio::QueuedAudioStream *AviDecoder::createAudioStream() {
+Audio::QueuingAudioStream *AviDecoder::createAudioStream() {
if (_wvInfo.tag == AVI_WAVE_FORMAT_PCM) {
- return Audio::makeQueuedAudioStream(AUDIO_RATE, false);
+ return Audio::makeQueuingAudioStream(AUDIO_RATE, false);
}
if (_wvInfo.tag != 0) // No sound