Move sleep to VAAPI Part

This commit is contained in:
jojo61 2022-01-15 15:36:01 +01:00
parent 6e2bcd73de
commit 16c734b9e3
1 changed files with 2 additions and 1 deletions

View File

@ -4271,8 +4271,9 @@ static void CuvidDisplayFrame(void) {
#else
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
EglCheck();
#endif
usleep(5000);
#endif
glClear(GL_COLOR_BUFFER_BIT);
#else // PLACEBO