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 /libavcodec/avcodec.h | |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e6f79533e1..c34fcf17ba 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -21,8 +21,8 @@ extern "C" { #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) |