aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-14 01:33:17 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-14 01:33:17 +0000
commit45e63d13d5a6fb80374d1ac893f85b63ec086c2d (patch)
treee1deda20ae45d283d7b747a94f071b9c405abbb2
parentebd32fd747fee3cace5e53f5f3afe39f74032922 (diff)
downloadffmpeg-45e63d13d5a6fb80374d1ac893f85b63ec086c2d.tar.gz
CamStudio video decoder
Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Changelog1
-rw-r--r--libavcodec/avcodec.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b35f22b1ac..2d8bdba475 100644
--- 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
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a7e504fda4..bf54fce05b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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)