[FFmpeg-devel] [PATCH v10 1/2] avcodec: add support for Cunning Developments' ADPCM

Zane van Iperen zane at zanevaniperen.com
Sat Apr 25 03:37:33 EEST 2020


On Fri, 24 Apr 2020 19:41:35 +0200
"Michael Niedermayer" <michael at niedermayer.cc> wrote:

> On Sat, Apr 18, 2020 at 12:20:39AM +0000, Zane van Iperen wrote:
> > Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> > ---
> >  Changelog               |  1 +
> >  doc/general.texi        |  1 +
> >  libavcodec/Makefile     |  1 +
> >  libavcodec/adpcm.c      | 33 +++++++++++++++++++++++++++++++++
> >  libavcodec/adpcm_data.c | 13 +++++++++++++
> >  libavcodec/adpcm_data.h |  2 ++
> >  libavcodec/allcodecs.c  |  1 +
> >  libavcodec/codec_desc.c |  7 +++++++
> >  libavcodec/codec_id.h   |  1 +
> >  libavcodec/version.h    |  2 +-
> >  10 files changed, 61 insertions(+), 1 deletion(-)  
> 
> will apply
> 
> thx

Thanks. Could you please apply part 2 as well? Part 1 is useless without
it.

Zane



More information about the ffmpeg-devel mailing list