Mercurial > libavcodec.hg
changeset 4609:d9c2365b346a libavcodec
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
author | bcoudurier |
---|---|
date | Thu, 01 Mar 2007 10:24:07 +0000 |
parents | 62e88c68166c |
children | c81aa982b72b |
files | avcodec.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Wed Feb 28 17:56:45 2007 +0000 +++ b/avcodec.h Thu Mar 01 10:24:07 2007 +0000 @@ -249,8 +249,11 @@ stream (only used by libavformat) */ }; +#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) /* CODEC_ID_MP3LAME is absolete */ #define CODEC_ID_MP3LAME CODEC_ID_MP3 +#define CODEC_ID_MPEG4AAC CODEC_ID_AAC +#endif enum CodecType { CODEC_TYPE_UNKNOWN = -1,