Fix PIP with PLACEBO

This commit is contained in:
jojo61 2019-10-12 11:23:32 +02:00
parent e09d5a8001
commit 9003beee34
1 changed files with 2 additions and 2 deletions

View File

@ -3741,8 +3741,8 @@ static void CuvidMixVideo(CuvidDecoder * decoder, __attribute__((unused))int lev
target->dst_rect.x1 = dst_video_rect.x1;
target->dst_rect.y1 = dst_video_rect.y1;
}
pl_tex_clear(p->gpu,target->fbo,(float[4]){0});
if (level == 0)
pl_tex_clear(p->gpu,target->fbo,(float[4]){0});
if (VideoColorBlindness) {
switch(VideoColorBlindness) {