[Ffmpeg-cvslog] r5877 - trunk/libavcodec/avcodec.h
kostya
subversion
Tue Aug 1 06:00:16 CEST 2006
Author: kostya
Date: Tue Aug 1 06:00:14 2006
New Revision: 5877
Modified:
trunk/libavcodec/avcodec.h
Log:
Forgot to update LIBAVCODEC_VERSION_INT
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Tue Aug 1 06:00:14 2006
@@ -17,7 +17,7 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(11<<8)+0)
#define LIBAVCODEC_VERSION 51.11.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
More information about the ffmpeg-cvslog
mailing list