Re: [FFmpeg-devel] [PATCH 2/6] avcodec/gif: add support for alpha

2018-12-13 Thread Paul B Mahol
On 12/13/18, Moritz Barsnick wrote: > On Wed, Dec 12, 2018 at 17:32:53 +0100, Paul B Mahol wrote: >> Based on patch by Bjorn Roche. > [...] >> + * Copyright (c) 2018 Byorn Roche > > The second name is misspelt. Fixed. ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH 2/6] avcodec/gif: add support for alpha

2018-12-13 Thread Moritz Barsnick
On Wed, Dec 12, 2018 at 17:32:53 +0100, Paul B Mahol wrote: > Based on patch by Bjorn Roche. [...] > + * Copyright (c) 2018 Byorn Roche The second name is misspelt. Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/l

[FFmpeg-devel] [PATCH 2/6] avcodec/gif: add support for alpha

2018-12-12 Thread Paul B Mahol
Based on patch by Bjorn Roche. Fixes #6813. Signed-off-by: Paul B Mahol --- libavcodec/gif.c | 168 --- 1 file changed, 144 insertions(+), 24 deletions(-) diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 3074b7f7db..c158ae3180 100644 --- a/liba