[FFmpeg-devel] [PATCH] libspeex Speex encoding
Reimar Döffinger
Reimar.Doeffinger
Mon Oct 26 10:54:56 CET 2009
On Mon, Oct 26, 2009 at 09:37:21AM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
>
> > On Sun, Oct 25, 2009 at 09:04:45AM -0400, Justin Ruggles wrote:
> >>
> >> --- a/libavcodec/avcodec.h
> >> +++ b/libavcodec/avcodec.h
> >> @@ -31,7 +31,7 @@
> >>
> >> #define LIBAVCODEC_VERSION_MAJOR 52
> >> #define LIBAVCODEC_VERSION_MINOR 37
> >> -#define LIBAVCODEC_VERSION_MICRO 1
> >> +#define LIBAVCODEC_VERSION_MICRO 2
> >
> > What is it with micro bumps all of a sudden? You need to bump minor.
>
> What exactly are the rules?
Normally to my knowledge:
micro: bug fixes, "100%" forward- and backward compatibility.
minor: new features or API changes, particularly when code written
specifically for the new version will not work with an older one.
major: ABI or incompatible API changes (or for non-libraries major
features)
More information about the ffmpeg-devel
mailing list