Re: [FFmpeg-devel] [PATCH] avcodec/gifenc: Actually use the shrunk palette

2021-03-11 Thread Derek Buitenhuis
On 10/03/2021 15:20, Derek Buitenhuis wrote: > I have no idea how nobody, including myself, noticed this. > > Signed-off-by: Derek Buitenhuis > --- > libavcodec/gif.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Will push in a few hours if nobody objects. - Derek _

[FFmpeg-devel] [PATCH] avcodec/gifenc: Actually use the shrunk palette

2021-03-10 Thread Derek Buitenhuis
I have no idea how nobody, including myself, noticed this. Signed-off-by: Derek Buitenhuis --- libavcodec/gif.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 938bc0e928..cafd93e190 100644 --- a/libavcodec/gif.c +++ b/libavcodec/gi