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

Diff of /xvidcore/src/decoder.c

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

revision 1.49.2.5, Thu May 22 16:34:05 2003 UTC revision 1.49.2.6, Mon Jun 9 01:15:59 2003 UTC
# Line 1721  Line 1721 
1721          {          {
1722                  stats->type = coding2type(coding_type);                  stats->type = coding2type(coding_type);
1723                  stats->data.vop.time_base = (int)dec->time_base;                  stats->data.vop.time_base = (int)dec->time_base;
1724                  stats->data.vop.time_increment = 0;     //XXX: todo                  stats->data.vop.time_increment = 0;     /* XXX: todo */
1725          }          }
1726  }  }
1727    
# Line 1854  Line 1854 
1854                                                  fcode_forward, intra_dc_threshold, &gmc_warp);                                                  fcode_forward, intra_dc_threshold, &gmc_warp);
1855                          break;                          break;
1856                  case N_VOP :                  case N_VOP :
1857                          // XXX: not_coded vops are not used for forward prediction                          /* XXX: not_coded vops are not used for forward prediction */
1858                          //              we should not swap(last_mbs,mbs)                          /* we should not swap(last_mbs,mbs) */
1859                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);
1860                          break;                          break;
1861                  }                  }

Legend:
Removed from v.1.49.2.5  
changed lines
  Added in v.1.49.2.6

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