Commit 67d62c2f authored by diego's avatar diego

CamStudio video decoder


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c926b247
...@@ -29,6 +29,7 @@ version <next> ...@@ -29,6 +29,7 @@ version <next>
- TrueSpeech audio decoder - TrueSpeech audio decoder
- wma2 audio decoder fixed, now all files should play correctly - wma2 audio decoder fixed, now all files should play correctly
- JPEG-LS decoder (unfinished) - JPEG-LS decoder (unfinished)
- CamStudio video decoder
- build system improvements - build system improvements
- tabs and trailing whitespace removed from the codebase - tabs and trailing whitespace removed from the codebase
......
...@@ -21,8 +21,8 @@ extern "C" { ...@@ -21,8 +21,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s #define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(0<<8)+0) #define LIBAVCODEC_VERSION_INT ((51<<16)+(1<<8)+0)
#define LIBAVCODEC_VERSION 51.0.0 #define LIBAVCODEC_VERSION 51.1.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment