mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	avformat/dv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -582,7 +582,7 @@ static int dv_read_close(AVFormatContext *s) | ||||
|  | ||||
| static int dv_probe(AVProbeData *p) | ||||
| { | ||||
|     unsigned state, marker_pos = 0; | ||||
|     unsigned marker_pos = 0; | ||||
|     int i; | ||||
|     int matches           = 0; | ||||
|     int firstmatch        = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer