Re: [FFmpeg-devel] [PATCH 1/2] avcodec/pngdec: add APNG support.

2014-11-21 Thread Benoit Fouet
Hi, - Mail original - > On Thu, Nov 20, 2014 at 03:07:17PM +0100, Benoit Fouet wrote: > > --- > > libavcodec/Makefile | 1 + > > libavcodec/allcodecs.c | 1 + > > libavcodec/avcodec.h| 1 + > > libavcodec/codec_desc.c | 8 +++ > > libavcodec/pngdec.c | 142 > > ++

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/pngdec: add APNG support.

2014-11-20 Thread Michael Niedermayer
On Thu, Nov 20, 2014 at 03:07:17PM +0100, Benoit Fouet wrote: > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 8 +++ > libavcodec/pngdec.c | 142 > +++- > 5

[FFmpeg-devel] [PATCH 1/2] avcodec/pngdec: add APNG support.

2014-11-20 Thread Benoit Fouet
--- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 8 +++ libavcodec/pngdec.c | 142 +++- 5 files changed, 150 insertions(+), 3 deletions(-) diff --git a/libavcodec/Make