[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.42.2.6, Tue Oct 12 21:06:33 2004 UTC revision 1.44, Mon May 31 21:36:23 2004 UTC
# Line 71  Line 71 
71                  matrix[scan_tables[0][i++]] = value;                  matrix[scan_tables[0][i++]] = value;
72          }          }
73          while (value != 0 && i < 64);          while (value != 0 && i < 64);
74            i--;    /* fix little bug at coeff not full */
75    
         if (value != 0) return;  
   
         i--;  
76          while (i < 64) {          while (i < 64) {
77                  matrix[scan_tables[0][i++]] = last;                  matrix[scan_tables[0][i++]] = last;
78          }          }
# Line 395  Line 393 
393          int32_t time_increment = 0;          int32_t time_increment = 0;
394          int resize = 0;          int resize = 0;
395    
396          while ((BitstreamPos(bs) >> 3) + 4 <= bs->length) {          do {
397    
398                  BitstreamByteAlign(bs);                  BitstreamByteAlign(bs);
399                  start_code = BitstreamShowBits(bs, 32);                  start_code = BitstreamShowBits(bs, 32);
# Line 1037  Line 1035 
1035                          BitstreamSkip(bs, 8);                          BitstreamSkip(bs, 8);
1036                  }                  }
1037          }          }
1038            while ((BitstreamPos(bs) >> 3) < bs->length);
1039    
1040  #if 0  #if 0
1041          DPRINTF("*** WARNING: no vop_start_code found");          DPRINTF("*** WARNING: no vop_start_code found");

Legend:
Removed from v.1.42.2.6  
changed lines
  Added in v.1.44

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