[FFmpeg-devel] [PATCH] avcodec/librav1e: Use the framerate when available for ratecontrol

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri May 1 22:01:39 EEST 2020


On 01/05/2020 17:46, Lynne wrote:
> May 1, 2020, 12:31 by derek.buitenhuis at gmail.com:
> 
>> Rav1e currently uses the time base given to it only for ratecontrol... where
>> the inverse is taken and used as a framerate. So, do what we do in other wrappers
>> and use the framerate if we can.
>>
>> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
>> ---
>> Notably, this leaves pkt->pts still broken (it was broken before, too), but
>> after discussion with James and Lynne, we decided to fix this in the rav1e API
>> and bump the minimum version, instead of using a PTS queue in librav1e.c.
>>
> 
> LGTM

Pushed, thanks.

- Derek


More information about the ffmpeg-devel mailing list