Re: [FFmpeg-devel] [PATCH 11/39] lavc/ffv1enc: move bit writer to per-slice context

2024-07-24 Thread Michael Niedermayer
On Tue, Jul 16, 2024 at 07:11:26PM +0200, Anton Khirnov wrote: > --- > libavcodec/ffv1.h | 3 ++- > libavcodec/ffv1enc.c | 7 --- > libavcodec/ffv1enc_template.c | 14 +++--- > 3 files changed, 13 insertions(+), 11 deletions(-) LGTM thx [...] -- Michael

[FFmpeg-devel] [PATCH 11/39] lavc/ffv1enc: move bit writer to per-slice context

2024-07-16 Thread Anton Khirnov
--- libavcodec/ffv1.h | 3 ++- libavcodec/ffv1enc.c | 7 --- libavcodec/ffv1enc_template.c | 14 +++--- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index c88aa8c30d..dce6e177eb 100644 ---