aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo/get_bits.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-08 23:07:26 -0400
committerPaul Gilbert2016-09-10 10:08:19 -0400
commit3a2ee8ea23247f72628294b48b43716c1b84d8a8 (patch)
tree27cd1dd05c3dcc313ed5a16cc94d8ded84e744dd /image/codecs/indeo/get_bits.h
parent400661182efae9659e664fec0e81c7ed8c3a10ec (diff)
downloadscummvm-rg350-3a2ee8ea23247f72628294b48b43716c1b84d8a8.tar.gz
scummvm-rg350-3a2ee8ea23247f72628294b48b43716c1b84d8a8.tar.bz2
scummvm-rg350-3a2ee8ea23247f72628294b48b43716c1b84d8a8.zip
IMAGE: Fixes for setup of Indeo4 decoder
Diffstat (limited to 'image/codecs/indeo/get_bits.h')
-rw-r--r--image/codecs/indeo/get_bits.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/image/codecs/indeo/get_bits.h b/image/codecs/indeo/get_bits.h
index f9f577c8bd..336cfa39be 100644
--- a/image/codecs/indeo/get_bits.h
+++ b/image/codecs/indeo/get_bits.h
@@ -46,7 +46,6 @@ namespace Indeo {
class GetBits {
private:
const byte *_buffer;
- DisposeAfterUse::Flag _disposeAfterUse;
uint _index;
uint _sizeInBits;
uint _sizeInBitsPlus8;
@@ -60,22 +59,11 @@ public:
* @return 0 on success, AVERROR_INVALIDDATA if the buffer_size would overflow.
*/
GetBits(const byte *buffer, size_t totalBits);
-
- /**
- * Constructor
- * @param stream Stream to get data from
- */
- GetBits(Common::SeekableReadStream &stream);
/**
* Copy constructor
*/
GetBits(const GetBits &src);
-
- /**
- * Destructor
- */
- ~GetBits();
/**
* Returns the number of bits read