fix editlist display in reloaded, fix video file loading, fix edit list routines, fix yuv4mpeg, fix video settings initialization

This commit is contained in:
niels
2015-04-17 23:52:34 +02:00
parent 1c2001d10e
commit 9fc7a9ecbd
35 changed files with 668 additions and 1949 deletions

View File

@@ -733,8 +733,8 @@ void chroma_supersample(subsample_mode_t mode,VJFrame *frame, uint8_t *ycbcr[] )
tr_422_to_444(ycbcr[2],frame->width,frame->height);
break;
case SSM_420_422:
ss_420_to_422( ycbcr[1], frame->width, frame->height );
ss_420_to_422( ycbcr[2], frame->width, frame->height );
ss_420_to_422( ycbcr[1], frame->width, frame->height );
ss_420_to_422( ycbcr[2], frame->width, frame->height );
break;
default:
break;