diff options
Diffstat (limited to 'image')
-rw-r--r-- | image/codecs/indeo/get_bits.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/image/codecs/indeo/get_bits.h b/image/codecs/indeo/get_bits.h index f972e68ae0..a930f43cb5 100644 --- a/image/codecs/indeo/get_bits.h +++ b/image/codecs/indeo/get_bits.h @@ -35,10 +35,8 @@ class GetBits : public Common::BitStreamMemory8LSB { public: /** * Constructor - * @param stream Source stream to reader from - * @param disposeAfterUse Whether to destroy stream in destructor */ - GetBits(const uint8 *ptr, uint32 size) : Common::BitStreamMemory8LSB(new Common::BitStreamMemoryStream(ptr, size), DisposeAfterUse::YES) {} + GetBits(const byte *dataPtr, uint32 dataSize) : Common::BitStreamMemory8LSB(new Common::BitStreamMemoryStream(dataPtr, dataSize), DisposeAfterUse::YES) {} /** * The number of bits left |