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

James Almer jamrial at gmail.com
Fri Jan 11 02:07:52 EET 2019


On 1/10/2019 6:27 PM, Carl Eugen Hoyos wrote:
> Hi!
> 
> I don't know how urgent this is and how easily this can be triggered
> with AVCPBProperties but we had issues with bitrates > INT32MAX in the
> past, so looking at this code before realizing the qsv bitrate issue
> is Intel-related I thought this patch cannot hurt.
> 
> Please comment, Carl Eugen

Probalby correct. bitrate fields in AVCodecContext are all int64_t, and
AVCPBProperties fields are usually set to those.


More information about the ffmpeg-devel mailing list