[svn] / branches / release-0_9_1-fixes / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/src/bitstream/bitstream.c

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

revision 240, Tue Jun 25 09:41:54 2002 UTC revision 241, Wed Jun 26 09:41:52 2002 UTC
# Line 652  Line 652 
652    
653          WRITE_MARKER();          WRITE_MARKER();
654    
655          // fixed_vop_rate  #ifdef BFRAMES
656          BitstreamPutBit(bs, 0);          BitstreamPutBit(bs, 1);         // fixed_vop_rate = 1
657            BitstreamPutBits(bs, pParam->fincr, log2bin(pParam->fbase));    // fixed_vop_time_increment
658          // fixed_time_increment: value=nth_of_sec, nbits = log2(resolution)  #else
659          // BitstreamPutBits(bs, 0, 15);          BitstreamPutBit(bs, 0);         // fixed_vop_rate = 0
660    #endif
661    
662          WRITE_MARKER();          WRITE_MARKER();
663          BitstreamPutBits(bs, pParam->width, 13);        // width          BitstreamPutBits(bs, pParam->width, 13);        // width

Legend:
Removed from v.240  
changed lines
  Added in v.241

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