[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.70, Sun Aug 4 21:32:56 2002 UTC revision 1.72, Sun Aug 4 23:27:40 2002 UTC
# Line 825  Line 825 
825    
826                  pFrame->intra = 0;                  pFrame->intra = 0;
827    
828                  BitstreamPutBits(&bs, 0x7f, 8);                  BitstreamWriteVopHeader(&bs, &pEnc->mbParam, pEnc->current, 0); // write N_VOP
829                  BitstreamPad(&bs);                  BitstreamPad(&bs);
830                  pFrame->length = BitstreamLength(&bs);                  pFrame->length = BitstreamLength(&bs);
831    
# Line 1252  Line 1252 
1252          DEBUG(temp);          DEBUG(temp);
1253  #endif  #endif
1254    
1255    #ifdef BFRAMES
1256          inc_frame_num(pEnc);          inc_frame_num(pEnc);
1257    #endif
1258          pEnc->iFrameNum++;          pEnc->iFrameNum++;
1259    
1260          stop_global_timer();          stop_global_timer();

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.72

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