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

Diff of /trunk/xvidcore/src/decoder.c

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

revision 2196, Fri May 29 21:18:51 2020 UTC revision 2197, Thu Jan 27 17:47:14 2022 UTC
# Line 1538  Line 1538 
1538      img = &dec->tmp;      img = &dec->tmp;
1539    }    }
1540    
1541    if ((frame->output.plane[0] != NULL) && (frame->output.stride[0] >= dec->width)) {    if ((frame->output.csp == XVID_CSP_INTERNAL) ||
1542          ((frame->output.plane[0] != NULL) && (frame->output.stride[0] >= dec->width))) {
1543      image_output(img, dec->width, dec->height,      image_output(img, dec->width, dec->height,
1544             dec->edged_width, (uint8_t**)frame->output.plane, frame->output.stride,             dec->edged_width, (uint8_t**)frame->output.plane, frame->output.stride,
1545             frame->output.csp, dec->interlacing);             frame->output.csp, dec->interlacing);

Legend:
Removed from v.2196  
changed lines
  Added in v.2197

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