X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmaenc.c;h=091bc2ac3b91b1e05cb0c8aae0633525b86ea144;hb=0b79fdeb9a81b8a568c7efea1063352338f4aa5b;hp=c68babd549355a0a474c1c5c627fcc54d275d1be;hpb=091c9860559e4d33179747c5d651bc9e31bd76eb;p=ffmpeg diff --git a/libavcodec/wmaenc.c b/libavcodec/wmaenc.c index c68babd5493..091bc2ac3b9 100644 --- a/libavcodec/wmaenc.c +++ b/libavcodec/wmaenc.c @@ -53,7 +53,7 @@ static av_cold int encode_init(AVCodecContext *avctx) if (avctx->bit_rate < 24 * 1000) { av_log(avctx, AV_LOG_ERROR, "bitrate too low: got %"PRId64", need 24000 or higher\n", - (int64_t)avctx->bit_rate); + avctx->bit_rate); return AVERROR(EINVAL); }