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

Diff of /xvidcore/src/encoder.c

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

revision 1.76.2.7, Mon Sep 30 09:19:26 2002 UTC revision 1.76.2.8, Mon Sep 30 14:16:02 2002 UTC
# Line 1112  Line 1112 
1112          pEnc->current->motion_flags = pFrame->motion;          pEnc->current->motion_flags = pFrame->motion;
1113          pEnc->mbParam.hint = &pFrame->hint;          pEnc->mbParam.hint = &pFrame->hint;
1114    
1115            inc_frame_num(pEnc);
1116    
1117          /* disable alternate scan flag if interlacing is not enabled */          /* disable alternate scan flag if interlacing is not enabled */
1118          if ((pEnc->current->global_flags & XVID_ALTERNATESCAN) &&          if ((pEnc->current->global_flags & XVID_ALTERNATESCAN) &&
1119                  !(pEnc->current->global_flags & XVID_INTERLACING))                  !(pEnc->current->global_flags & XVID_INTERLACING))
# Line 1246  Line 1248 
1248          DEBUG(temp);          DEBUG(temp);
1249  #endif  #endif
1250    
         inc_frame_num(pEnc);  
1251          pEnc->iFrameNum++;          pEnc->iFrameNum++;
1252    
1253          stop_global_timer();          stop_global_timer();

Legend:
Removed from v.1.76.2.7  
changed lines
  Added in v.1.76.2.8

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