# | Line 1618 | Line 1618 | repeat: | |
---|---|---|
1618 | if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */ | |
1619 | ||
1620 | if (coding_type == -3) | |
1621 | < | decoder_resize(dec); |
1621 | > | if (decoder_resize(dec)) return XVID_ERR_MEMORY; |
1622 | ||
1623 | if(stats) { | |
1624 | stats->type = XVID_TYPE_VOL; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |