mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | c4a660ede2 | ||
|  | 8e495266e2 | 
| @@ -61,7 +61,7 @@ extern void ToggleLUT(); | |||||||
| /// vdr-plugin version number. | /// vdr-plugin version number. | ||||||
| /// Makefile extracts the version number for generating the file name | /// Makefile extracts the version number for generating the file name | ||||||
| /// for the distribution archive. | /// for the distribution archive. | ||||||
| static const char *const VERSION = "3.20" | static const char *const VERSION = "3.21" | ||||||
| #ifdef GIT_REV | #ifdef GIT_REV | ||||||
|                                    "-GIT" GIT_REV |                                    "-GIT" GIT_REV | ||||||
| #endif | #endif | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								video.c
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								video.c
									
									
									
									
									
								
							| @@ -1258,17 +1258,19 @@ static void EglExit(void) { | |||||||
|         EglCheck(); |         EglCheck(); | ||||||
|         eglSurface = NULL; |         eglSurface = NULL; | ||||||
|     } |     } | ||||||
|     if (eglSharedContext) { |  | ||||||
|         eglDestroyContext(eglDisplay, eglSharedContext); |  | ||||||
|         EglCheck(); |  | ||||||
|         eglSharedContext = NULL; |  | ||||||
|     } |  | ||||||
|      |      | ||||||
|     if (eglContext) { |     if (eglContext) { | ||||||
|         eglDestroyContext(eglDisplay, eglContext); |         eglDestroyContext(eglDisplay, eglContext); | ||||||
|         EglCheck(); |         EglCheck(); | ||||||
|         eglContext = NULL; |         eglContext = NULL; | ||||||
|     } |     } | ||||||
|  |     if (eglSharedContext) { | ||||||
|  |         eglDestroyContext(eglDisplay, eglSharedContext); | ||||||
|  |         EglCheck(); | ||||||
|  |         eglSharedContext = NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |      | ||||||
|     eglTerminate(eglDisplay); |     eglTerminate(eglDisplay); | ||||||
|     eglDisplay = NULL; |     eglDisplay = NULL; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user