[cvs] / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/bitstream.c

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

revision 1.45, Fri Jul 9 14:52:56 2004 UTC revision 1.47, Sun Oct 3 16:20:51 2004 UTC
# Line 395  Line 395 
395          int32_t time_increment = 0;          int32_t time_increment = 0;
396          int resize = 0;          int resize = 0;
397    
398          do {          while ((BitstreamPos(bs) >> 3) + 4 <= bs->length) {
399    
400                  BitstreamByteAlign(bs);                  BitstreamByteAlign(bs);
401                  start_code = BitstreamShowBits(bs, 32);                  start_code = BitstreamShowBits(bs, 32);
# Line 992  Line 992 
992    
993                          BitstreamSkip(bs, 32);  /* user_data_start_code */                          BitstreamSkip(bs, 32);  /* user_data_start_code */
994    
995                            memset(tmp, 0, 256);
996                          tmp[0] = BitstreamShowBits(bs, 8);                          tmp[0] = BitstreamShowBits(bs, 8);
997    
998                          for(i = 1; i < 256; i++){                          for(i = 1; i < 256; i++){
# Line 1037  Line 1038 
1038                          BitstreamSkip(bs, 8);                          BitstreamSkip(bs, 8);
1039                  }                  }
1040          }          }
         while ((BitstreamPos(bs) >> 3) < bs->length);  
1041    
1042  #if 0  #if 0
1043          DPRINTF("*** WARNING: no vop_start_code found");          DPRINTF("*** WARNING: no vop_start_code found");

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.47

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