Re: [libav-devel] [PATCH 3/5] lavc: LucasArts SMUSH VIMA audio decoder

2014-03-11 Thread Diego Biurrun
On Mon, Mar 10, 2014 at 06:00:54PM +0100, Vittorio Giovara wrote: > From: Paul B Mahol > > Signed-off-by: Vittorio Giovara > --- > Which is an ADPCM decoder, so I had to move it around and place it in > the right decoder list. > Vittorio > > doc/general.texi | 2 + > libavcodec/Makefil

Re: [libav-devel] [PATCH 3/5] lavc: LucasArts SMUSH VIMA audio decoder

2014-03-10 Thread Kostya Shishkov
On Mon, Mar 10, 2014 at 06:00:54PM +0100, Vittorio Giovara wrote: > From: Paul B Mahol > > Signed-off-by: Vittorio Giovara > --- > Which is an ADPCM decoder, so I had to move it around and place it in > the right decoder list. > Vittorio > > doc/general.texi | 2 + > libavcodec/Makefil

Re: [libav-devel] [PATCH 3/5] lavc: LucasArts SMUSH VIMA audio decoder

2014-03-10 Thread Vittorio Giovara
On Mon, Mar 10, 2014 at 6:00 PM, Vittorio Giovara wrote: > From: Paul B Mahol > > Signed-off-by: Vittorio Giovara > --- > Which is an ADPCM decoder, so I had to move it around and place it in > the right decoder list. > Vittorio > > doc/general.texi | 2 + > libavcodec/Makefile| 1

[libav-devel] [PATCH 3/5] lavc: LucasArts SMUSH VIMA audio decoder

2014-03-10 Thread Vittorio Giovara
From: Paul B Mahol Signed-off-by: Vittorio Giovara --- Which is an ADPCM decoder, so I had to move it around and place it in the right decoder list. Vittorio doc/general.texi | 2 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h | 1 + libavcod