mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Move sleep to VAAPI Part
This commit is contained in:
parent
6e2bcd73de
commit
16c734b9e3
3
video.c
3
video.c
@ -4271,8 +4271,9 @@ static void CuvidDisplayFrame(void) {
|
|||||||
#else
|
#else
|
||||||
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
|
eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglThreadContext);
|
||||||
EglCheck();
|
EglCheck();
|
||||||
#endif
|
|
||||||
usleep(5000);
|
usleep(5000);
|
||||||
|
#endif
|
||||||
|
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
#else // PLACEBO
|
#else // PLACEBO
|
||||||
|
Loading…
Reference in New Issue
Block a user