Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame

2024-07-23 Thread epirat07
On 23 Jul 2024, at 9:36, Anton Khirnov wrote: > HEVCContext.output_frame will be removed in following commits. > > Reported-By: Max Bykov > --- > Untested, testing welcome. Tested with fate-hevc-conformance-CONFWIN_A_Sony_1 and works. LGTM > > Cf. '[PATCH 37/39] lavc/hevcdec: use a Container

[FFmpeg-devel] [PATCH] lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame

2024-07-23 Thread Anton Khirnov
HEVCContext.output_frame will be removed in following commits. Reported-By: Max Bykov --- Untested, testing welcome. Cf. '[PATCH 37/39] lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output' currently on ML. --- libavcodec/videotoolbox.c | 13 - 1 file changed, 8 inse