[svn] / branches / dev-api-3 / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/decoder.c

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

revision 750, Sun Dec 29 16:59:50 2002 UTC revision 758, Fri Jan 3 16:25:14 2003 UTC
# Line 55  Line 55 
55   *  22.12.2001  lock based interpolation   *  22.12.2001  lock based interpolation
56   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
57   *   *
58   *  $Id: decoder.c,v 1.37.2.24 2002-12-29 16:59:50 suxen_drol Exp $   *  $Id: decoder.c,v 1.37.2.25 2003-01-03 16:25:14 suxen_drol Exp $
59   *   *
60   *************************************************************************/   *************************************************************************/
61    
# 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.750  
changed lines
  Added in v.758

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