mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Merge commit '8b76362836f3c373c3aadc544522edcbef16dd5f'
* commit '8b76362836f3c373c3aadc544522edcbef16dd5f': lavf: use a fixed width type Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -343,7 +343,7 @@ int av_probe_input_buffer2(AVIOContext *pb, AVInputFormat **fmt, | |||||||
|                           unsigned int offset, unsigned int max_probe_size) |                           unsigned int offset, unsigned int max_probe_size) | ||||||
| { | { | ||||||
|     AVProbeData pd = { filename ? filename : "", NULL, -offset }; |     AVProbeData pd = { filename ? filename : "", NULL, -offset }; | ||||||
|     unsigned char *buf = NULL; |     uint8_t *buf = NULL; | ||||||
|     uint8_t *mime_type; |     uint8_t *mime_type; | ||||||
|     int ret = 0, probe_size, buf_offset = 0; |     int ret = 0, probe_size, buf_offset = 0; | ||||||
|     int score = 0; |     int score = 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer