Re: [FFmpeg-devel] [PATCH 2/2] avformat/apngdec: add APNG demuxer.

2014-11-21 Thread Michael Niedermayer
On Thu, Nov 20, 2014 at 03:07:18PM +0100, Benoit Fouet wrote: > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/apngdec.c| 409 > +++ > 3 files changed, 411 insertions(+) > create mode 100644 libavformat/ap

[FFmpeg-devel] [PATCH 2/2] avformat/apngdec: add APNG demuxer.

2014-11-20 Thread Benoit Fouet
--- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/apngdec.c| 409 +++ 3 files changed, 411 insertions(+) create mode 100644 libavformat/apngdec.c diff --git a/libavformat/Makefile b/libavformat/Makefile index 38730