[cvs] / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/decoder.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78, Mon Mar 27 11:21:48 2006 UTC revision 1.79, Sun Sep 10 22:42:15 2006 UTC
# Line 1618  Line 1618 
1618    if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */    if (coding_type == -2 || coding_type == -3) { /* vol and/or resize */
1619    
1620      if (coding_type == -3)      if (coding_type == -3)
1621        decoder_resize(dec);        if (decoder_resize(dec)) return XVID_ERR_MEMORY;
1622    
1623      if(stats) {      if(stats) {
1624        stats->type = XVID_TYPE_VOL;        stats->type = XVID_TYPE_VOL;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4