aboutsummaryrefslogtreecommitdiff
path: root/video/qt_decoder.cpp
diff options
context:
space:
mode:
authorMax Horn2011-02-07 17:54:16 +0000
committerMax Horn2011-02-07 17:54:16 +0000
commit357c225f64ac91d63d31f23858f50471c158b065 (patch)
treeacf958a75466d4aacfd2bca37bdb382f33c707fb /video/qt_decoder.cpp
parent2c00aed172f09285c8131d437b64de9d000d1762 (diff)
downloadscummvm-rg350-357c225f64ac91d63d31f23858f50471c158b065.tar.gz
scummvm-rg350-357c225f64ac91d63d31f23858f50471c158b065.tar.bz2
scummvm-rg350-357c225f64ac91d63d31f23858f50471c158b065.zip
VIDEO: Rename VideoDecoder::load() to loadStream()
svn-id: r55810
Diffstat (limited to 'video/qt_decoder.cpp')
-rw-r--r--video/qt_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/qt_decoder.cpp b/video/qt_decoder.cpp
index 49cab3527e..9187f261bd 100644
--- a/video/qt_decoder.cpp
+++ b/video/qt_decoder.cpp
@@ -452,7 +452,7 @@ bool QuickTimeDecoder::loadFile(const Common::String &filename) {
return true;
}
-bool QuickTimeDecoder::load(Common::SeekableReadStream *stream) {
+bool QuickTimeDecoder::loadStream(Common::SeekableReadStream *stream) {
_fd = stream;
_foundMOOV = false;
_numStreams = 0;