[Ffmpeg-cvslog] r7868 - trunk/libavutil/avutil.h

Diego Biurrun diego
Thu Feb 8 22:11:51 CET 2007


On Thu, Feb 08, 2007 at 02:08:56PM +0100, Baptiste Coudurier wrote:
> 
> Diego Biurrun wrote:
> > On Wed, Feb 07, 2007 at 11:50:10AM +0100, Baptiste Coudurier wrote:
> >> diego wrote:
> >>> Log:
> >>> 1000l: Revert accidentally committed change.
> >>>
> >>> --- trunk/libavutil/avutil.h	(original)
> >>> +++ trunk/libavutil/avutil.h	Wed Feb  7 11:54:10 2007
> >>> @@ -26,11 +26,16 @@
> >>>  
> >>> -#define LIBAVUTIL_VERSION_INT   ((50<<16)+(0<<8)+0)
> >>> -#define LIBAVUTIL_VERSION       50.0.0
> >>> +#define LIBAVUTIL_VERSION_INT   ((49<<16)+(3<<8)+0)
> >>> +#define LIBAVUTIL_VERSION       49.3.0
> >>>  #define LIBAVUTIL_BUILD         LIBAVUTIL_VERSION_INT
> >>
> >> Should we do that ? Isnt it harmful ?
> > 
> > Do what?  Harmful to whom?  Please elaborate...
> 
> Revert an accidental version bump, I have no real opinion on this, last
> time I accidentaly messed up versioning (did not reset minor version,
> while increasing major), it was agreed that we wouldn't reset it. Now
> major bump is of course a more important issue.

Your situation was different, you bumped the version but skipped few
minor versions.  That makes no difference apart from the cosmetic issue
that a few minor versions never existed.

Bumping the major versions changes the API, it even made FFmpeg fail to
compile.  Of course this should be reverted when it's not done on
purpose as it will have very noticeable effects on users of FFmpeg.

Diego





More information about the ffmpeg-cvslog mailing list