Re: [FFmpeg-devel] [PATCH 22/39] lavc/ffv1enc: stop using per-slice FFV1Context

2024-07-24 Thread Michael Niedermayer
On Tue, Jul 16, 2024 at 07:11:37PM +0200, Anton Khirnov wrote: > All remaining accesses to them are for fields that have the same value > in the main encoder context. > --- > libavcodec/ffv1enc.c | 57 --- > libavcodec/ffv1enc_template.c | 24 +++---

[FFmpeg-devel] [PATCH 22/39] lavc/ffv1enc: stop using per-slice FFV1Context

2024-07-16 Thread Anton Khirnov
All remaining accesses to them are for fields that have the same value in the main encoder context. --- libavcodec/ffv1enc.c | 57 --- libavcodec/ffv1enc_template.c | 24 +++ 2 files changed, 37 insertions(+), 44 deletions(-) diff --git a/libav