[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.71, Sun Aug 4 22:34:49 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    

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

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