changeset 3039:0d08717a0156 libavcodec

CamStudio video decoder
author diego
date Sat, 14 Jan 2006 01:33:17 +0000
parents af849198c7c4
children 6a388c616fa3
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Fri Jan 13 00:53:36 2006 +0000
+++ b/avcodec.h	Sat Jan 14 01:33:17 2006 +0000
@@ -21,8 +21,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(0<<8)+0)
-#define LIBAVCODEC_VERSION      51.0.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(1<<8)+0)
+#define LIBAVCODEC_VERSION      51.1.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)