[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.28.2.9, Mon Dec 9 10:47:05 2002 UTC revision 1.28.2.10, Thu Dec 12 10:37:44 2002 UTC
# Line 77  Line 77 
77  log2bin(uint32_t value)  log2bin(uint32_t value)
78  {  {
79  /* Changed by Chenm001 */  /* Changed by Chenm001 */
80  #ifndef WIN32  #if !defined(_MSC_VER)
81          int n = 0;          int n = 0;
82    
83          while (value) {          while (value) {
# Line 568  Line 568 
568                                          BitstreamSkip(bs, 15);  // latter_half_vbv_occupancy                                          BitstreamSkip(bs, 15);  // latter_half_vbv_occupancy
569                                          READ_MARKER();                                          READ_MARKER();
570                                  }                                  }
571                            }else{
572                                    dec->low_delay = dec->low_delay_default;
573                          }                          }
574    
575                          dec->shape = BitstreamGetBits(bs, 2);   // video_object_layer_shape                          dec->shape = BitstreamGetBits(bs, 2);   // video_object_layer_shape
# Line 872  Line 874 
874                                  dec->time_bp = (uint32_t)                                  dec->time_bp = (uint32_t)
875                                          (dec->time_inc_resolution + dec->last_non_b_time - dec->time)%dec->time_inc_resolution;                                          (dec->time_inc_resolution + dec->last_non_b_time - dec->time)%dec->time_inc_resolution;
876                          }                          }
877                            DPRINTF(DPRINTF_HEADER,"time_pp=%i", dec->time_pp);
878                            DPRINTF(DPRINTF_HEADER,"time_bp=%i", dec->time_bp);
879    
880                          READ_MARKER();                          READ_MARKER();
881    

Legend:
Removed from v.1.28.2.9  
changed lines
  Added in v.1.28.2.10

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