mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Fix Audio in softhdvaapi without libplacebo.
This commit is contained in:
parent
fefd3e83f6
commit
6e2bcd73de
1
video.c
1
video.c
@ -4272,6 +4272,7 @@ static void CuvidDisplayFrame(void) {
|
|||||||
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
|
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
|
||||||
EglCheck();
|
EglCheck();
|
||||||
#endif
|
#endif
|
||||||
|
usleep(5000);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
#else // PLACEBO
|
#else // PLACEBO
|
||||||
|
Loading…
Reference in New Issue
Block a user