mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-05 14:35:27 +01:00
fix editlist display in reloaded, fix video file loading, fix edit list routines, fix yuv4mpeg, fix video settings initialization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user