aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo3.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/indeo3.h')
-rw-r--r--image/codecs/indeo3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/indeo3.h b/image/codecs/indeo3.h
index 275cbc1654..f1b406d40d 100644
--- a/image/codecs/indeo3.h
+++ b/image/codecs/indeo3.h
@@ -48,7 +48,7 @@ public:
Indeo3Decoder(uint16 width, uint16 height);
~Indeo3Decoder();
- const Graphics::Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);
Graphics::PixelFormat getPixelFormat() const;
static bool isIndeo3(Common::SeekableReadStream &stream);