aboutsummaryrefslogtreecommitdiff
path: root/image/jpeg.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-02-27 21:27:24 -0500
committerMatthew Hoops2014-02-28 00:27:37 -0500
commit08ea14a8d0e1a1478d1f486edeecea3e619e0cd0 (patch)
tree54e46574c82d1aa95c4cca2a16e31faae2e34aea /image/jpeg.h
parente6717aaf43c7a25d426502a6d5d7028d50aab255 (diff)
downloadscummvm-rg350-08ea14a8d0e1a1478d1f486edeecea3e619e0cd0.tar.gz
scummvm-rg350-08ea14a8d0e1a1478d1f486edeecea3e619e0cd0.tar.bz2
scummvm-rg350-08ea14a8d0e1a1478d1f486edeecea3e619e0cd0.zip
IMAGE: Make Codec take a stream reference; change function name to decodeFrame
Diffstat (limited to 'image/jpeg.h')
-rw-r--r--image/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/jpeg.h b/image/jpeg.h
index 1bf76ecfca..dea799c31f 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -58,7 +58,7 @@ public:
virtual const Graphics::Surface *getSurface() const;
// Codec API
- const Graphics::Surface *decodeImage(Common::SeekableReadStream *stream);
+ const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);
Graphics::PixelFormat getPixelFormat() const;
// Special API for JPEG