Re: [FFmpeg-devel] [PATCH 2/5] avcodec/anm: fix palette alpha

2018-04-26 Thread Carl Eugen Hoyos
2018-04-24 21:04 GMT+02:00, Marton Balint : > Signed-off-by: Marton Balint > --- > libavcodec/anm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/anm.c b/libavcodec/anm.c > index 72684189bb..ab6a3994e9 100644 > --- a/libavcodec/anm.c > +++ b/libavcodec/anm.c

Re: [FFmpeg-devel] [PATCH 2/5] avcodec/anm: fix palette alpha

2018-04-26 Thread Marton Balint
On Tue, 24 Apr 2018, Marton Balint wrote: Signed-off-by: Marton Balint --- libavcodec/anm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/anm.c b/libavcodec/anm.c index 72684189bb..ab6a3994e9 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -54,7 +54,7 @

[FFmpeg-devel] [PATCH 2/5] avcodec/anm: fix palette alpha

2018-04-24 Thread Marton Balint
Signed-off-by: Marton Balint --- libavcodec/anm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/anm.c b/libavcodec/anm.c index 72684189bb..ab6a3994e9 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -54,7 +54,7 @@ static av_cold int decode_init(AVCodecConte