changeset 3100:3c40c240a267 libavcodec

bump version numbers and update docs for adts aac support
author mru
date Wed, 08 Feb 2006 01:11:48 +0000
parents a2a116fee880
children 32903d6b5ef1
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Wed Feb 08 01:10:07 2006 +0000
+++ b/avcodec.h	Wed Feb 08 01:11:48 2006 +0000
@@ -21,8 +21,8 @@
 #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)