[Ffmpeg-cvslog] r6350 - trunk/libavcodec/avcodec.h

kostya subversion
Wed Sep 27 06:31:40 CEST 2006


Author: kostya
Date: Wed Sep 27 06:31:39 2006
New Revision: 6350

Modified:
   trunk/libavcodec/avcodec.h

Log:
bump lavc version for WavPack decoder

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Wed Sep 27 06:31:39 2006
@@ -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)




More information about the ffmpeg-cvslog mailing list