You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8
Has been removed by mistake in 2003e32f62, readd it to the switch cases.
Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de>
			
			
This commit is contained in:
		
				
					committed by
					
						 Thilo Borgmann
						Thilo Borgmann
					
				
			
			
				
	
			
			
			
						parent
						
							52f7adfbde
						
					
				
				
					commit
					3b375a0c5c
				
			| @@ -110,6 +110,7 @@ static int check_modelinput_inlink(const DNNData *model_input, const AVFilterLin | ||||
|             return AVERROR(EIO); | ||||
|         } | ||||
|         return 0; | ||||
|     case AV_PIX_FMT_GRAY8: | ||||
|     case AV_PIX_FMT_GRAYF32: | ||||
|     case AV_PIX_FMT_YUV420P: | ||||
|     case AV_PIX_FMT_YUV422P: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user