You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/g729dec: Fix av_log() formating string
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -56,7 +56,7 @@ static int g729_read_header(AVFormatContext *s) | ||||
|         st->codecpar->block_align = 10; | ||||
|         break; | ||||
|     default: | ||||
|         av_log(s, AV_LOG_ERROR, "Invalid bit_rate value %d. " | ||||
|         av_log(s, AV_LOG_ERROR, "Invalid bit_rate value %"PRId64". " | ||||
|                "Only 6400 and 8000 b/s are supported.", s->bit_rate); | ||||
|         return AVERROR(EINVAL); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user