diff options
author | Måns Rullgård <mans@mansr.com> | 2006-02-08 01:11:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-02-08 01:11:48 +0000 |
commit | 4accd1fd1854486403108fa9a4288ff4da0ff82b (patch) | |
tree | d4ce478b0ecd899a11e3c2224419965931f540e8 /libavformat | |
parent | 86db37df520908495da49ac4cfa9dc4474d520bc (diff) | |
download | ffmpeg-4accd1fd1854486403108fa9a4288ff4da0ff82b.tar.gz |
bump version numbers and update docs for adts aac support
Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cb7346569d..e03f13185d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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) |