Re: [FFmpeg-devel] [PATCH 27/35] avcodec/proresenc_anatoliy: remove TO_GOLOMB2()

2024-01-09 Thread Stefano Sabatini
On date Monday 2024-01-08 00:00:37 +0100, Clément Bœsch wrote: > On Sun, Dec 24, 2023 at 12:43:32AM +0100, Stefano Sabatini wrote: > > On date Monday 2023-12-11 02:35:28 +0100, Clément Bœsch wrote: > > > A few cosmetics aside, this makes the function identical to the one with > > > the same name

Re: [FFmpeg-devel] [PATCH 27/35] avcodec/proresenc_anatoliy: remove TO_GOLOMB2()

2024-01-07 Thread Clément Bœsch
On Sun, Dec 24, 2023 at 12:43:32AM +0100, Stefano Sabatini wrote: > On date Monday 2023-12-11 02:35:28 +0100, Clément Bœsch wrote: > > A few cosmetics aside, this makes the function identical to the one with > > the same name in proresenc_kostya. > > --- > > libavcodec/proresenc_anatoliy.c | 6

Re: [FFmpeg-devel] [PATCH 27/35] avcodec/proresenc_anatoliy: remove TO_GOLOMB2()

2023-12-23 Thread Stefano Sabatini
On date Monday 2023-12-11 02:35:28 +0100, Clément Bœsch wrote: > A few cosmetics aside, this makes the function identical to the one with > the same name in proresenc_kostya. > --- > libavcodec/proresenc_anatoliy.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 27/35] avcodec/proresenc_anatoliy: remove TO_GOLOMB2()

2023-12-10 Thread Clément Bœsch
A few cosmetics aside, this makes the function identical to the one with the same name in proresenc_kostya. --- libavcodec/proresenc_anatoliy.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c index