changeset 3772:e25069d292fb libavcodec

bump lavc version for WavPack decoder
author kostya
date Wed, 27 Sep 2006 04:31:39 +0000
parents fa3075e3e3c1
children 7364a7e00e86
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Tue Sep 26 22:23:33 2006 +0000
+++ b/avcodec.h	Wed Sep 27 04:31:39 2006 +0000
@@ -35,8 +35,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(15<<8)+0)
-#define LIBAVCODEC_VERSION      51.15.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(16<<8)+0)
+#define LIBAVCODEC_VERSION      51.16.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)