From 4accd1fd1854486403108fa9a4288ff4da0ff82b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 8 Feb 2006 01:11:48 +0000 Subject: bump version numbers and update docs for adts aac support Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') 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) -- cgit v1.2.3