[Ffmpeg-cvslog] r6954 - in trunk: libavcodec/avcodec.h libavcodec/faad.c libavformat/avidec.c libavformat/matroska.c libavformat/riff.c libavformat/rtp.c libavformat/rtsp.c

Baptiste Coudurier baptiste.coudurier
Thu Nov 9 15:10:17 CET 2006


Hi

Alex Beregszaszi wrote:
> Hi,
> 
>> get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to
>> CODEC_ID_AAC where used
>>
>> Modified: trunk/libavcodec/avcodec.h
>> =====================================================================
>> ========= --- trunk/libavcodec/avcodec.h	(original)
>> +++ trunk/libavcodec/avcodec.h	Thu Nov  9 12:37:30 2006
>> @@ -206,7 +206,9 @@
>>      CODEC_ID_MP2= 0x15000,
>>      CODEC_ID_MP3, /* prefered ID for MPEG Audio layer 1, 2 or3
>>      decoding */ CODEC_ID_AAC,
>> +#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
>>      CODEC_ID_MPEG4AAC,
>> +#endif
>>      CODEC_ID_AC3,
>>      CODEC_ID_DTS,
>>      CODEC_ID_VORBIS,
> 
> What does Michaels says to this? Doesnt this breaks binary
> compatibility?
> 

Yes it will when lavc version will bump to a new major version: 52.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-cvslog mailing list