[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

Alex Beregszaszi alex
Thu Nov 9 14:43:11 CET 2006


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?

-- 
Alex Beregszaszi | alex at fsn.hu




More information about the ffmpeg-cvslog mailing list