[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.90, Tue Feb 4 22:00:44 2003 UTC revision 1.90.2.1, Mon Mar 17 23:09:27 2003 UTC
# Line 543  Line 543 
543    
544          }          }
545    
546          BitstreamPutBits(&bs, 0xFFFF, 16);          /* Fix from CVS_HEAD (2003-03-17)
547          BitstreamPutBits(&bs, 0xFFFF, 16);           *
548             * Relic from OpenDivX - now disabled
549             *
550             * BitstreamPutBits(&bs, 0xFFFF, 16);
551             * BitstreamPutBits(&bs, 0xFFFF, 16);
552             */
553          BitstreamPad(&bs);          BitstreamPad(&bs);
554          pFrame->length = BitstreamLength(&bs);          pFrame->length = BitstreamLength(&bs);
555    

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.90.2.1

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