[Ffmpeg-devel] LIBAVCODEC_BUILD value

Mike Melanson mike
Wed Oct 19 02:46:39 CEST 2005


Antoine Cellerier wrote:
> On Wed, Oct 19, 2005, Antoine Cellerier wrote:
> 
>>LIBAVCODEC_BUILD in latest CVS version is 3276800. It used to be
>>something like 4700. Is there an explanation for such a change ? or is
>>it some kind of a typo ?
> 
> 
> OK, looks like the version numbering scheme changed, which would answer
> my question.
> 
> Btw, this version number did not change after the QDM2 commit. It could
> be a good idea to increment it :)

	True. I was about to do just that but I could not figure out how to. 
Recent version constants:

#define LIBAVCODEC_VERSION_INT ((50<<16)+(0<<8)+0)
#define LIBAVCODEC_VERSION     50.0.0
#define LIBAVCODEC_BUILD       LIBAVCODEC_VERSION_INT

What needs to increment?

-- 
	-Mike Melanson





More information about the ffmpeg-devel mailing list