`AVCodecContext` field `bit_rate` type error
LuoZijun opened this issue · 0 comments
LuoZijun commented
In this file define bit_rate
type is libc::int64_t
:
https://github.com/meh/rust-ffmpeg-sys/blob/master/src/avcodec/codec.rs#L935
but in this file bit_rate
type is libc::c_int
:
https://github.com/meh/rust-ffmpeg/blob/master/src/codec/encoder/encoder.rs#L73
PR: #68