mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	Fix issue #40
This commit is contained in:
		
							
								
								
									
										2
									
								
								video.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								video.c
									
									
									
									
									
								
							| @@ -2520,7 +2520,7 @@ void generateVAAPIImage(CuvidDecoder * decoder, int index, const AVFrame * frame | ||||
|  | ||||
|     for (int n = 0; n < Planes; n++) { | ||||
|         int attribs[20] = { EGL_NONE }; | ||||
|         int num_attribs = 0; | ||||
|         uint num_attribs = 0; | ||||
| 		int fd; | ||||
| #if defined (VAAPI) && !defined (RASPI) | ||||
| 		ADD_ATTRIB(EGL_LINUX_DRM_FOURCC_EXT, desc.layers[n].drm_format); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user