[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.40, Tue Sep 24 21:56:27 2002 UTC revision 1.41, Wed Sep 25 23:37:08 2002 UTC
# Line 585  Line 585 
585    
586          start_timer();          start_timer();
587          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
588                                     dec->width, dec->height, dec->interlacing);                                     dec->width, dec->height);
589          stop_edges_timer();          stop_edges_timer();
590    
591          bound = 0;          bound = 0;
# Line 1143  Line 1143 
1143    
1144          start_timer();          start_timer();
1145          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[0], dec->edged_width, dec->edged_height,
1146                                     dec->width, dec->height, dec->interlacing);                                     dec->width, dec->height);
1147          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,          image_setedges(&dec->refn[1], dec->edged_width, dec->edged_height,
1148                                     dec->width, dec->height, dec->interlacing);                                     dec->width, dec->height);
1149          stop_edges_timer();          stop_edges_timer();
1150    
1151  #ifdef BFRAMES_DEC_DEBUG  #ifdef BFRAMES_DEC_DEBUG

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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