diff avcodec.h @ 4154:74c8b204ab1c libavcodec

Bump version for Fraps v[24] support
author kostya
date Tue, 07 Nov 2006 05:57:42 +0000
parents f6f67a8bdd09
children 47d1b5261f17
line wrap: on
line diff
--- a/avcodec.h	Mon Nov 06 17:56:08 2006 +0000
+++ b/avcodec.h	Tue Nov 07 05:57:42 2006 +0000
@@ -37,8 +37,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(24<<8)+0)
-#define LIBAVCODEC_VERSION      51.24.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(25<<8)+0)
+#define LIBAVCODEC_VERSION      51.25.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)