[FFmpeg-devel] [PATCH]lavc: Allow very high bitrates in AVCPBProperties after next version bump

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Jan 11 15:09:26 EET 2019


On 11/01/2019 00:07, James Almer wrote:
> Probalby correct. bitrate fields in AVCodecContext are all int64_t, and
> AVCPBProperties fields are usually set to those.

Only semi-related: Is it useful to properly clip the bitrate to INT_MAX/INT_MIN
where we set it currently (behind deprecation guards, of course), since the
behavior is implementation-defined, IIRC?

- Derek


More information about the ffmpeg-devel mailing list