Re: [FFmpeg-devel] [PATCH] avcodec/ffv1: Support >8bit rice golomb

2024-11-16 Thread Michael Niedermayer
On Wed, Oct 16, 2024 at 07:36:30PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/ffv1.h| 2 +- > libavcodec/ffv1enc.c | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6

[FFmpeg-devel] [PATCH] avcodec/ffv1: Support >8bit rice golomb

2024-10-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h| 2 +- libavcodec/ffv1enc.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 02bfc33f680..7e84c98235f 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -54,8