[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.32, Sun Feb 15 13:26:04 2004 UTC revision 1.49.2.34, Sun Feb 29 12:57:58 2004 UTC
# Line 779  Line 779 
779    
780          start_timer();          start_timer();
781          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
782                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
783          stop_edges_timer();          stop_edges_timer();
784    
785          if (gmc_warp) {          if (gmc_warp) {
# Line 1180  Line 1180 
1180    
1181          start_timer();          start_timer();
1182          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
1183                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
1184          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,
1185                                          dec->width, dec->height);                                          dec->width, dec->height, dec->bs_version);
1186          stop_edges_timer();          stop_edges_timer();
1187    
1188          for (y = 0; y < dec->mb_height; y++) {          for (y = 0; y < dec->mb_height; y++) {
# Line 1526  Line 1526 
1526                  dec->frames++;                  dec->frames++;
1527          }          }
1528    
1529          /* BitstreamByteAlign(&bs); */  #if 0 /* Avoids to read to much data because of 32bit reads in our BS functions */
1530             BitstreamByteAlign(&bs);
1531    #endif
1532    
1533          /* low_delay_default mode: repeat in packed_mode */          /* low_delay_default mode: repeat in packed_mode */
1534          if (dec->low_delay_default && dec->packed_mode && output == 0 && success == 0) {          if (dec->low_delay_default && dec->packed_mode && output == 0 && success == 0) {

Legend:
Removed from v.1.49.2.32  
changed lines
  Added in v.1.49.2.34

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