mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
IMAGE: Extra initialization of Indeo decoder IVIHuffTab
This commit is contained in:
parent
df2e4e8e2c
commit
411cc2cb4e
@ -127,6 +127,8 @@ void IVIHuffDesc::huffDescCopy(const IVIHuffDesc *src) {
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
IVIHuffTab::IVIHuffTab() : _tab(nullptr) {
|
||||
_custDesc._numRows = 0;
|
||||
Common::fill(&_custDesc._xBits[0], &_custDesc._xBits[16], 0);
|
||||
}
|
||||
|
||||
int IVIHuffTab::decodeHuffDesc(IVI45DecContext *ctx, int descCoded, int whichTab) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user