ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvs/xvidcore/src/decoder.c
(Generate patch)

Comparing xvidcore/src/decoder.c (file contents):
Revision 1.78 by Skal, Mon Mar 27 11:21:48 2006 UTC vs.
Revision 1.79 by Isibaar, Sun Sep 10 22:42:15 2006 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines