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

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

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

revision 147, Sun Apr 28 23:31:00 2002 UTC revision 150, Mon Apr 29 06:45:55 2002 UTC
# Line 34  Line 34 
34   *   *
35   *  14.04.2002 added FrameCodeB()   *  14.04.2002 added FrameCodeB()
36   *   *
37   *  $Id: encoder.c,v 1.30 2002-04-28 23:31:00 edgomez Exp $   *  $Id: encoder.c,v 1.31 2002-04-29 06:45:55 chenm001 Exp $
38   *   *
39   ***************************************************************************/   ***************************************************************************/
40    
# Line 323  Line 323 
323          stop_conv_timer();          stop_conv_timer();
324    
325  #ifdef _DEBUG  #ifdef _DEBUG
326          image_copy(&pEnc->sOriginal, &pEnc->sCurrent, pEnc->mbParam.edged_width, pEnc->mbParam.height);          image_copy(&pEnc->sOriginal, &pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height);
327  #endif  #endif
328    
329          EMMS();          EMMS();

Legend:
Removed from v.147  
changed lines
  Added in v.150

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