aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo4.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-18 20:55:37 -0500
committerPaul Gilbert2016-11-18 20:55:37 -0500
commit7f4d93ed935583fb0692f8a9cf92f51be5d4bc32 (patch)
tree2fcceb220c9425c275fd07a9420dde1f19f140e1 /image/codecs/indeo4.h
parent5d8b0e478ee513652703253a50d3c3746f16a0b0 (diff)
downloadscummvm-rg350-7f4d93ed935583fb0692f8a9cf92f51be5d4bc32.tar.gz
scummvm-rg350-7f4d93ed935583fb0692f8a9cf92f51be5d4bc32.tar.bz2
scummvm-rg350-7f4d93ed935583fb0692f8a9cf92f51be5d4bc32.zip
IMAGE: Respect specified bytesPerPixel in Indeo decoders
Diffstat (limited to 'image/codecs/indeo4.h')
-rw-r--r--image/codecs/indeo4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/indeo4.h b/image/codecs/indeo4.h
index 4a6279db37..9fb6435ed5 100644
--- a/image/codecs/indeo4.h
+++ b/image/codecs/indeo4.h
@@ -52,7 +52,7 @@ class Indeo4Decoder : public IndeoDecoderBase {
bool _is2dTrans;
};
public:
- Indeo4Decoder(uint16 width, uint16 height);
+ Indeo4Decoder(uint16 width, uint16 height, uint bytesPerPixel = 2);
virtual ~Indeo4Decoder() {}
virtual const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);