Mercurial > libavformat.hg
changeset 932:06514f2b05ce libavformat
bump version numbers and update docs for adts aac support
author | mru |
---|---|
date | Wed, 08 Feb 2006 01:11:48 +0000 |
parents | 7420a756dc7a |
children | 2b60e57286eb |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Wed Feb 08 00:51:55 2006 +0000 +++ b/avformat.h Wed Feb 08 01:11:48 2006 +0000 @@ -5,8 +5,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((50<<16)+(0<<8)+0) -#define LIBAVFORMAT_VERSION 50.0.0 +#define LIBAVFORMAT_VERSION_INT ((50<<16)+(1<<8)+0) +#define LIBAVFORMAT_VERSION 50.1.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)