mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Merge branch 'jojo61:master' into master
This commit is contained in:
2
video.c
2
video.c
@@ -1216,7 +1216,7 @@ static void EglExit(void) {
|
||||
// must destroy glx
|
||||
// if (glXGetCurrentContext() == glxContext) {
|
||||
// if currently used, set to none
|
||||
glXMakeCurrent(XlibDisplay, None, NULL);
|
||||
// glXMakeCurrent(XlibDisplay, None, NULL);
|
||||
// }
|
||||
if (OSDcontext) {
|
||||
glXDestroyContext(XlibDisplay, OSDcontext);
|
||||
|
Reference in New Issue
Block a user