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

michael subversion
Thu Jul 6 17:35:29 CEST 2006


Author: michael
Date: Thu Jul  6 17:35:29 2006
New Revision: 5645

Modified:
   trunk/libavcodec/avcodec.h

Log:
increasing version for AVBitStreamFilters


Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Jul  6 17:35:29 2006
@@ -17,8 +17,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(9<<8)+0)
-#define LIBAVCODEC_VERSION      51.9.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(10<<8)+0)
+#define LIBAVCODEC_VERSION      51.10.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)




More information about the ffmpeg-cvslog mailing list