Re: [FFmpeg-devel] [PATCH 29/42] avcodec/vp3: Switch to ProgressFrames

2023-10-21 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-09-19 21:57:21) > Avoids implicit av_frame_ref() and therefore allocations > and error checks. It also avoids explicitly allocating > the AVFrames (done implicitly when getting the buffer) > and it also allows to reuse the flushing code for freeing > the ProgressFra

[FFmpeg-devel] [PATCH 29/42] avcodec/vp3: Switch to ProgressFrames

2023-09-19 Thread Andreas Rheinhardt
Avoids implicit av_frame_ref() and therefore allocations and error checks. It also avoids explicitly allocating the AVFrames (done implicitly when getting the buffer) and it also allows to reuse the flushing code for freeing the ProgressFrames. Signed-off-by: Andreas Rheinhardt --- libavcodec/vp