[FFmpeg-devel] avcodec_version() and friends
Andreas Öman
andreas
Fri Jul 11 10:19:38 CEST 2008
M?ns Rullg?rd wrote:
> Andreas ?man <andreas at lonelycoder.com> writes:
>
>>
>> Index: libavcodec/avcodec.h
>> ===================================================================
>> unsigned avcodec_build(void);
>
> LIBAVCODEC_BUILD and LIBAVCODEC_VERSION_INT are the same number. I
> suggest we deprecate avcodec_build().
Perfectly fine by me. Actually I would expect a build-id to be something
that increments everytime I type 'Make', at least that's how it works
in various other environments. I don't see much purpose for having
such a thing though.
>> +unsigned avformat_build(void);
>
> Again, _BUILD is the same _VERSION_INT. There is no need for this
> function.
>
Definitely if we remove it from lavc.
More information about the ffmpeg-devel
mailing list