changeset 4864:c35500bc52b1 libavcodec

Version bump, atrac3 added.
author banan
date Wed, 18 Apr 2007 19:49:47 +0000
parents fa4951ffc434
children 086291824752
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Wed Apr 18 19:47:22 2007 +0000
+++ b/avcodec.h	Wed Apr 18 19:49:47 2007 +0000
@@ -37,8 +37,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(40<<8)+3)
-#define LIBAVCODEC_VERSION      51.40.3
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(40<<8)+4)
+#define LIBAVCODEC_VERSION      51.40.4
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)