New functions in DSPContext for VC-1 decoding

Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2006-07-30 03:45:02 +00:00
parent 59d0fc5779
commit 64db55aedb
5 changed files with 477 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ extern "C" {
#define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
#define LIBAVCODEC_VERSION 51.10.0
#define LIBAVCODEC_VERSION 51.11.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)