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

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Jan 12 18:34:34 EET 2019


2019-01-11 1:07 GMT+01:00, James Almer <jamrial at gmail.com>:
> 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.

Patch applied.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list