[svn] / branches / dev-api-3 / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/bitstream/bitstream.c

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

revision 543, Thu Sep 26 01:54:54 2002 UTC revision 557, Sat Sep 28 13:01:15 2002 UTC
# Line 810  Line 810 
810    
811          BitstreamPutBits(bs, frame->coding_type, 2);          BitstreamPutBits(bs, frame->coding_type, 2);
812    
         // time_base = 0  write n x PutBit(1), PutBit(0)  
813  #ifdef BFRAMES  #ifdef BFRAMES
814          for (i = 0; i < frame->seconds; i++) {          for (i = 0; i < frame->seconds; i++) {
815                  BitstreamPutBit(bs, 1);                  BitstreamPutBit(bs, 1);

Legend:
Removed from v.543  
changed lines
  Added in v.557

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