Remove some unneeded casts of bit_rate.

This commit is contained in:
Carl Eugen Hoyos 2017-09-22 01:33:22 +02:00
parent c34c0e3a64
commit 724cf83f10
17 changed files with 22 additions and 22 deletions

View file

@ -140,7 +140,7 @@ static av_cold int fbdev_read_header(AVFormatContext *avctx)
fbdev->width, fbdev->height, fbdev->varinfo.bits_per_pixel,
av_get_pix_fmt_name(pix_fmt),
fbdev->framerate_q.num, fbdev->framerate_q.den,
(int64_t)st->codecpar->bit_rate);
st->codecpar->bit_rate);
return 0;
fail: