Re: [FFmpeg-devel] [PATCH 08/39] lavc/ffv1: move sample_buffer to the per-slice context

2024-07-24 Thread Michael Niedermayer
On Tue, Jul 16, 2024 at 07:11:23PM +0200, Anton Khirnov wrote: > --- > libavcodec/ffv1.c | 35 --- > libavcodec/ffv1.h | 5 +++-- > libavcodec/ffv1dec.c | 27 +-- > libavcodec/ffv1dec_template.c | 9

[FFmpeg-devel] [PATCH 08/39] lavc/ffv1: move sample_buffer to the per-slice context

2024-07-16 Thread Anton Khirnov
--- libavcodec/ffv1.c | 35 --- libavcodec/ffv1.h | 5 +++-- libavcodec/ffv1dec.c | 27 +-- libavcodec/ffv1dec_template.c | 9 + libavcodec/ffv1enc.c | 30 --