diff avcodec.h @ 4080:f426c81afc9e libavcodec

LZW decoder as separate module plus TIFF LZW support
author kostya
date Thu, 26 Oct 2006 04:15:48 +0000
parents f20c7bb12103
children 21aa7e801c7b
line wrap: on
line diff
--- a/avcodec.h	Thu Oct 26 04:06:08 2006 +0000
+++ b/avcodec.h	Thu Oct 26 04:15:48 2006 +0000
@@ -37,8 +37,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(21<<8)+0)
-#define LIBAVCODEC_VERSION      51.21.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(22<<8)+0)
+#define LIBAVCODEC_VERSION      51.22.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)