mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Remove some unneeded casts of bit_rate.
This commit is contained in:
parent
c34c0e3a64
commit
724cf83f10
17 changed files with 22 additions and 22 deletions
|
|
@ -186,7 +186,7 @@ av_cold int ff_wma_init(AVCodecContext *avctx, int flags2)
|
|||
}
|
||||
ff_dlog(s->avctx, "flags2=0x%x\n", flags2);
|
||||
ff_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%"PRId64" block_align=%d\n",
|
||||
s->version, avctx->channels, avctx->sample_rate, (int64_t)avctx->bit_rate,
|
||||
s->version, avctx->channels, avctx->sample_rate, avctx->bit_rate,
|
||||
avctx->block_align);
|
||||
ff_dlog(s->avctx, "bps=%f bps1=%f high_freq=%f bitoffset=%d\n",
|
||||
bps, bps1, high_freq, s->byte_offset_bits);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue