aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_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 /engines/sword25/fmv/theora_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 'engines/sword25/fmv/theora_decoder.cpp')
-rw-r--r--engines/sword25/fmv/theora_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp
index ad3972cbef..b1747fd71a 100644
--- a/engines/sword25/fmv/theora_decoder.cpp
+++ b/engines/sword25/fmv/theora_decoder.cpp
@@ -99,7 +99,7 @@ int TheoraDecoder::bufferData() {
return bytes;
}
-bool TheoraDecoder::load(Common::SeekableReadStream *stream) {
+bool TheoraDecoder::loadStream(Common::SeekableReadStream *stream) {
close();
_fileStream = stream;