You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	img2dec: Remove dead code
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							9bc7ee8a98
						
					
				
				
					commit
					e66a187638
				
			| @@ -599,10 +599,8 @@ static int bmp_probe(AVProbeData *p) | ||||
|  | ||||
|     if (!AV_RN32(b + 6)) { | ||||
|         return AVPROBE_SCORE_EXTENSION + 1; | ||||
|     } else { | ||||
|         return AVPROBE_SCORE_EXTENSION / 4; | ||||
|     } | ||||
|     return 0; | ||||
|     return AVPROBE_SCORE_EXTENSION / 4; | ||||
| } | ||||
|  | ||||
| static int dpx_probe(AVProbeData *p) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user