Re: [FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder

2020-08-02 Thread Zane van Iperen
On Mon, 3 Aug 2020 01:22:34 +0200 "Michael Niedermayer" wrote: > > diff --git a/libavcodec/version.h b/libavcodec/version.h > > index f66919617a..a3f9f828ee 100644 > > --- a/libavcodec/version.h > > +++ b/libavcodec/version.h > > @@ -28,7 +28,7 @@ > > #include "libavutil/version.h" > > > > #def

Re: [FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder

2020-08-02 Thread Michael Niedermayer
On Sun, Aug 02, 2020 at 10:21:06AM +, Zane van Iperen wrote: > Signed-off-by: Zane van Iperen > --- > Changelog | 1 + > doc/general.texi | 2 +- > libavcodec/Makefile| 1 + > libavcodec/adpcmenc.c | 86 +- > libavcodec/allcod

[FFmpeg-devel] [PATCH 3/6] avcodec: add adpcm_argo encoder

2020-08-02 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- Changelog | 1 + doc/general.texi | 2 +- libavcodec/Makefile| 1 + libavcodec/adpcmenc.c | 86 +- libavcodec/allcodecs.c | 1 + libavcodec/utils.c | 1 + libavcodec/version.h | 2 +- 7