[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.35, Wed Jul 24 23:09:28 2002 UTC revision 1.36, Sat Aug 3 05:36:18 2002 UTC
# Line 1377  Line 1377 
1377    
1378  #ifdef BFRAMES_DEC  #ifdef BFRAMES_DEC
1379          // test if no B_VOP          // test if no B_VOP
1380          if (dec->low_delay) {          if (dec->low_delay || dec->frames == 0) {
1381  #endif  #endif
1382          image_output(&dec->cur, dec->width, dec->height, dec->edged_width,          image_output(&dec->cur, dec->width, dec->height, dec->edged_width,
1383                                           frame->image, frame->stride, frame->colorspace);                                           frame->image, frame->stride, frame->colorspace);
1384    
1385  #ifdef BFRAMES_DEC  #ifdef BFRAMES_DEC
1386          } else {          } else {
1387                  if (dec->frames >= 0) {                  if (dec->frames >= 1) {
1388                          start_timer();                          start_timer();
1389                          if ((vop_type == I_VOP || vop_type == P_VOP)) {                          if ((vop_type == I_VOP || vop_type == P_VOP)) {
1390                                  image_output(&dec->refn[0], dec->width, dec->height,                                  image_output(&dec->refn[0], dec->width, dec->height,

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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