[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.37.2.24, Sun Dec 29 16:59:50 2002 UTC revision 1.37.2.25, Fri Jan 3 16:25:14 2003 UTC
# Line 1705  Line 1705 
1705          if (vop_type == - 1)          if (vop_type == - 1)
1706          {          {
1707                  if (success) goto done;                  if (success) goto done;
1708                    emms();
1709                  return XVID_ERR_FAIL;                  return XVID_ERR_FAIL;
1710          }          }
1711    
# Line 1725  Line 1726 
1726                          stats->data.vol.par_width = dec->par_width;                          stats->data.vol.par_width = dec->par_width;
1727                          stats->data.vol.par_height = dec->par_height;                          stats->data.vol.par_height = dec->par_height;
1728                          frame->length = BitstreamPos(&bs) / 8;                          frame->length = BitstreamPos(&bs) / 8;
1729                            emms();
1730                          return XVID_ERR_OK;                          return XVID_ERR_OK;
1731                  }                  }
1732                  goto repeat;                  goto repeat;

Legend:
Removed from v.1.37.2.24  
changed lines
  Added in v.1.37.2.25

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