mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
		| @@ -24,7 +24,7 @@ | ||||
| #include "internal.h" | ||||
| #include "pcm.h" | ||||
|  | ||||
| static int avr_probe(AVProbeData *p) | ||||
| static int avr_probe(const AVProbeData *p) | ||||
| { | ||||
|     if (AV_RL32(p->buf) != MKTAG('2', 'B', 'I', 'T')) | ||||
|         return 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carl Eugen Hoyos
					Carl Eugen Hoyos