diff options
Diffstat (limited to 'image/codecs/indeo4.cpp')
-rw-r--r-- | image/codecs/indeo4.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/image/codecs/indeo4.cpp b/image/codecs/indeo4.cpp index ebe2f6f7b4..62b5cae271 100644 --- a/image/codecs/indeo4.cpp +++ b/image/codecs/indeo4.cpp @@ -37,7 +37,8 @@ namespace Image { #define IVI4_PIC_SIZE_ESC 7 -Indeo4Decoder::Indeo4Decoder(uint16 width, uint16 height) : IndeoDecoderBase(width, height) { +Indeo4Decoder::Indeo4Decoder(uint16 width, uint16 height, uint bytesPerPixel) : + IndeoDecoderBase(width, height, bytesPerPixel) { _ctx._isIndeo4 = true; _ctx._refBuf = 1; _ctx._bRefBuf = 3; |