IMAGE: Extra initialization of Indeo decoder IVIHuffTab
This commit is contained in:
parent
df2e4e8e2c
commit
411cc2cb4e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue