diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index 1935050..adc8ef6 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,7 @@ extern void ToggleLUT(); /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "3.6" +static const char *const VERSION = "3.7" #ifdef GIT_REV "-GIT" GIT_REV #endif diff --git a/video.c b/video.c index c084606..73e4caf 100644 --- a/video.c +++ b/video.c @@ -1227,7 +1227,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);