From 6e2bcd73de24c8d3dc3a5ed8f966d42d277a214a Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sat, 15 Jan 2022 15:13:42 +0100 Subject: [PATCH] Fix Audio in softhdvaapi without libplacebo. --- video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video.c b/video.c index 1f154f6..c0000d7 100644 --- a/video.c +++ b/video.c @@ -4272,6 +4272,7 @@ static void CuvidDisplayFrame(void) { eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext); EglCheck(); #endif + usleep(5000); glClear(GL_COLOR_BUFFER_BIT); #else // PLACEBO