[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 636, Fri Nov 8 22:34:16 2002 UTC revision 641, Mon Nov 11 15:49:29 2002 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.9 2002-11-08 22:34:16 suxen_drol Exp $   *  $Id: decoder.c,v 1.37.2.10 2002-11-11 15:49:29 Isibaar Exp $
59   *   *
60   *************************************************************************/   *************************************************************************/
61    
# Line 1476  Line 1476 
1476                  if (stats)                  if (stats)
1477                          stats->notify = XVID_DEC_VOP;                          stats->notify = XVID_DEC_VOP;
1478                  frame->length = 1;                  frame->length = 1;
1479                  image_output(&dec->cur, dec->width, dec->height, dec->edged_width,                  image_output(&dec->refn[0], dec->width, dec->height, dec->edged_width,
1480                                           frame->image, frame->stride, frame->colorspace, dec->interlacing);                                           frame->image, frame->stride, frame->colorspace, dec->interlacing);
1481                    emms();
1482                  return XVID_ERR_OK;                  return XVID_ERR_OK;
1483          }          }
1484    

Legend:
Removed from v.636  
changed lines
  Added in v.641

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