You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Init i to 0 (10l fix).
Patch by Martin Storsjö / martin von martin aus st Originally committed as revision 19855 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							c4674a479b
						
					
				
				
					commit
					ff19d438dc
				
			| @@ -29,7 +29,7 @@ static int failures=0; | ||||
|  | ||||
| static void probe(AVProbeData *pd, int type, int p, int size) | ||||
| { | ||||
|     int i; | ||||
|     int i = 0; | ||||
|     AVInputFormat *fmt; | ||||
|  | ||||
|     for(fmt = first_iformat; fmt != NULL; fmt = fmt->next) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user