CamStudio video decoder
authorDiego Biurrun <diego@biurrun.de>
Sat, 14 Jan 2006 01:33:17 +0000 (01:33 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 14 Jan 2006 01:33:17 +0000 (01:33 +0000)
Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk

Changelog
libavcodec/avcodec.h

index b35f22b1ac102c30bad66e98f64611c81452ed67..2d8bdba4758ba4480c424d176a7837f293765e11 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -29,6 +29,7 @@ version <next>
 - TrueSpeech audio decoder
 - wma2 audio decoder fixed, now all files should play correctly
 - JPEG-LS decoder (unfinished)
+- CamStudio video decoder
 - build system improvements
 - tabs and trailing whitespace removed from the codebase
 
index a7e504fda4cb3b0ddcad757fbe7b84b7ae2134ba..bf54fce05b95126047bc46e45d38e27041876a92 100644 (file)
@@ -21,8 +21,8 @@ extern "C" {
 #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)