Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/g729dec.c')
-rw-r--r--libavformat/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/g729dec.c b/libavformat/g729dec.c
index 337681bb0a..7b67fc488c 100644
--- a/libavformat/g729dec.c
+++ b/libavformat/g729dec.c
@@ -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);
}