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

Zane van Iperen zane at zanevaniperen.com
Mon Aug 3 02:43:57 EEST 2020


On Mon, 3 Aug 2020 01:22:34 +0200
"Michael Niedermayer" <michael at niedermayer.cc> 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"
> >
> >  #define LIBAVCODEC_VERSION_MAJOR  58
> > -#define LIBAVCODEC_VERSION_MINOR  99
> > +#define LIBAVCODEC_VERSION_MINOR 100
> >  #define LIBAVCODEC_VERSION_MICRO 100
> 
> this appears to break fate
> 

Yeah, it looks like an issue with the length of LIBAVCODEC_IDENT
when used in aacenc.c. I mentioned it on irc and James is working on a
fix.

Zane



More information about the ffmpeg-devel mailing list