[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.32, Sat Sep 21 03:07:56 2002 UTC revision 1.34, Mon Sep 23 10:59:10 2002 UTC
# Line 44  Line 44 
44  log2bin(uint32_t value)  log2bin(uint32_t value)
45  {  {
46  /* Changed by Chenm001 */  /* Changed by Chenm001 */
47  #ifndef WIN32  #if !defined(_MSC_VER)
48          int n = 0;          int n = 0;
49    
50          while (value) {          while (value) {
# Line 417  Line 417 
417    
418    
419                                  if (vol_ver_id != 1) {                                  if (vol_ver_id != 1) {
420                                          DEBUG("QUARTERPEL BITSTREAM");                                          DPRINTF(DPRINTF_DEBUG, "QUARTERPEL BITSTREAM");
421                                          dec->quarterpel = BitstreamGetBit(bs);  // quarter_sample                                          dec->quarterpel = BitstreamGetBit(bs);  // quarter_sample
422                                  }                                  }
423                                  else                                  else

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.34

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