Re: [FFmpeg-devel] [PATCH] lavc/av1*: fix exporting framerate

2023-05-15 Thread James Almer
On 5/15/2023 5:22 AM, Anton Khirnov wrote: * take num_ticks_per_picture_minus_1 into account, since that is a part of the framerate computation * stop exporting num_ticks_per_picture_minus_1 into AVCodecContext.ticks_per_frame, as that field is used for other purposes (in conjunction wit

[FFmpeg-devel] [PATCH] lavc/av1*: fix exporting framerate

2023-05-15 Thread Anton Khirnov
* take num_ticks_per_picture_minus_1 into account, since that is a part of the framerate computation * stop exporting num_ticks_per_picture_minus_1 into AVCodecContext.ticks_per_frame, as that field is used for other purposes (in conjunction with repeat_pict, which is not used at all by av1

Re: [FFmpeg-devel] [PATCH] lavc/av1*: fix exporting framerate

2023-05-14 Thread James Almer
On 5/14/2023 4:39 PM, Anton Khirnov wrote: * take num_ticks_per_picture_minus_1 into account, since that is a part of the framerate computation * stop exporting num_ticks_per_picture_minus_1 into AVCodecContext.ticks_per_frame, as that field is used for other purposes (in conjunction wit

[FFmpeg-devel] [PATCH] lavc/av1*: fix exporting framerate

2023-05-14 Thread Anton Khirnov
* take num_ticks_per_picture_minus_1 into account, since that is a part of the framerate computation * stop exporting num_ticks_per_picture_minus_1 into AVCodecContext.ticks_per_frame, as that field is used for other purposes (in conjunction with repeat_pict, which is not used at all by av1