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

2024-07-24 Thread Michael Niedermayer
On Tue, Jul 16, 2024 at 07:11:40PM +0200, Anton Khirnov wrote: > All remaining accesses to them are for fields that have the same value > in the main encoder context. > > Drop now-unused FFV1Context.slice_contexts. > --- > libavcodec/ffv1.c | 18 +++- > libavcodec/ffv1.h

[FFmpeg-devel] [PATCH 25/39] lavc/ffv1dec: 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. Drop now-unused FFV1Context.slice_contexts. --- libavcodec/ffv1.c | 18 +++- libavcodec/ffv1.h | 1 - libavcodec/ffv1dec.c | 54 ++-