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 0ff0265250..ad12bb7825 100644
--- a/image/codecs/indeo3.h
+++ b/image/codecs/indeo3.h
@@ -46,7 +46,7 @@ namespace Image {
*/
class Indeo3Decoder : public Codec {
public:
- Indeo3Decoder(uint16 width, uint16 height);
+ Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel = 24);
~Indeo3Decoder();
const Graphics::Surface *decodeFrame(Common::SeekableReadStream &stream);