[Ffmpeg-devel] [PATCH] get rid of AVFrac

Reimar Döffinger Reimar.Doeffinger
Fri Oct 13 20:40:33 CEST 2006


Hello,
On Fri, Oct 13, 2006 at 08:28:46PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Friday, 13 October 2006 at 14:48, Reimar D?ffinger wrote:
> > Index: libavformat/avformat.h
> > ===================================================================
> > --- libavformat/avformat.h	(revision 6681)
> > +++ libavformat/avformat.h	(working copy)
> > @@ -25,8 +25,8 @@
> >  extern "C" {
> >  #endif
> >  
> > -#define LIBAVFORMAT_VERSION_INT ((50<<16)+(6<<8)+0)
> > -#define LIBAVFORMAT_VERSION     50.6.0
> > +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(6<<8)+0)
> > +#define LIBAVFORMAT_VERSION     51.6.0
> 
> IIUC this is 50.6.0 as in major.minor.revision, so going from
> 50 to 51 should mean starting with minor=0 again, i.e.
> 51.0.0. Am I right?

Of course, I fixed it locally so it will be correct should we decide to
go with this version.

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list