[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 233, Sat Jun 22 07:23:10 2002 UTC revision 240, Tue Jun 25 09:41:54 2002 UTC
# Line 450  Line 450 
450    
451                          READ_MARKER();                          READ_MARKER();
452    
                         //DPRINTF("time_inc_bits %i", dec->time_inc_bits);  
                         //DPRINTF("vop_time_incr %i", BitstreamShowBits(bs, dec->time_inc_bits));  
453                          if (dec->time_inc_bits) {                          if (dec->time_inc_bits) {
                                 //BitstreamSkip(bs, dec->time_inc_bits);    // vop_time_increment  
454                                  time_increment = (BitstreamGetBits(bs, dec->time_inc_bits));    // vop_time_increment                                  time_increment = (BitstreamGetBits(bs, dec->time_inc_bits));    // vop_time_increment
455                          }                          }
456    
457                            /*
458                            DPRINTF("%c %i:%i",
459                                    coding_type == I_VOP ? 'I' : coding_type == P_VOP ? 'P' : 'B',
460                                    time_incr, time_increment);
461                            */
462    
463                          if (coding_type != B_VOP) {                          if (coding_type != B_VOP) {
464                                  dec->last_time_base = dec->time_base;                                  dec->last_time_base = dec->time_base;
465                                  dec->time_base += time_incr;                                  dec->time_base += time_incr;
# Line 476  Line 480 
480    
481                          if (!BitstreamGetBit(bs))       // vop_coded                          if (!BitstreamGetBit(bs))       // vop_coded
482                          {                          {
483                                    //DPRINTF("**NOT CODED**");
484                                  return N_VOP;                                  return N_VOP;
485                          }                          }
486    

Legend:
Removed from v.233  
changed lines
  Added in v.240

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