# HG changeset patch # User mru # Date 1139361108 0 # Node ID 06514f2b05ce2e66ed9887a95606b57f2caaa3c4 # Parent 7420a756dc7a73ad54951c34922d2be6fde569bb bump version numbers and update docs for adts aac support diff -r 7420a756dc7a -r 06514f2b05ce avformat.h --- 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)