From 7f4d93ed935583fb0692f8a9cf92f51be5d4bc32 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 18 Nov 2016 20:55:37 -0500 Subject: IMAGE: Respect specified bytesPerPixel in Indeo decoders --- image/codecs/indeo4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/codecs/indeo4.h') 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); -- cgit v1.2.3