mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Fix PIP with PLACEBO
This commit is contained in:
parent
e09d5a8001
commit
9003beee34
4
video.c
4
video.c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user