mirror of https://git.ffmpeg.org/ffmpeg.git
CamStudio video decoder
Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ebd32fd747
commit
45e63d13d5
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue