Mercurial > libavcodec.hg
diff avcodec.h @ 3100:3c40c240a267 libavcodec
bump version numbers and update docs for adts aac support
| author | mru |
|---|---|
| date | Wed, 08 Feb 2006 01:11:48 +0000 |
| parents | eb3d3988aff2 |
| children | 01b58c3b8a91 |
line wrap: on
line diff
--- a/avcodec.h Wed Feb 08 01:10:07 2006 +0000 +++ b/avcodec.h Wed Feb 08 01:11:48 2006 +0000 @@ -21,8 +21,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(1<<8)+0) -#define LIBAVCODEC_VERSION 51.1.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(2<<8)+0) +#define LIBAVCODEC_VERSION 51.2.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
