Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add ADPCM AICA decoder

2015-10-29 Thread Michael Niedermayer
On Wed, Oct 28, 2015 at 10:12:02PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 13 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > 5 files c

[FFmpeg-devel] [PATCH 1/2] avcodec: add ADPCM AICA decoder

2015-10-28 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/adpcm.c | 13 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ 5 files changed, 23 insertions(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefi