mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	Fix cuvid compile
This commit is contained in:
		
							
								
								
									
										3
									
								
								video.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								video.c
									
									
									
									
									
								
							@@ -2751,7 +2751,7 @@ int init_filters(AVCodecContext * dec_ctx, CuvidDecoder * decoder, AVFrame * fra
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef VAAPI
 | 
			
		||||
static int init_generic_hwaccel(CuvidDecoder * decoder, enum AVPixelFormat hw_fmt,AVCodecContext * video_ctx)
 | 
			
		||||
{
 | 
			
		||||
    
 | 
			
		||||
@@ -2814,6 +2814,7 @@ error:
 | 
			
		||||
    av_buffer_unref(&decoder->cached_hw_frames_ctx);
 | 
			
		||||
    return -1;
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
///
 | 
			
		||||
/// Callback to negotiate the PixelFormat.
 | 
			
		||||
///
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user