diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-07-30 03:45:02 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-07-30 03:45:02 +0000 |
commit | 64db55aedb57e17c8ed9811fbade352f153b3cee (patch) | |
tree | 1579f84b17080b6aacfb45278afcc4fcab693d74 /libavcodec/avcodec.h | |
parent | 59d0fc57794efd327a6cec5bb09921c46985b62d (diff) | |
download | ffmpeg-64db55aedb57e17c8ed9811fbade352f153b3cee.tar.gz |
New functions in DSPContext for VC-1 decoding
Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 809c8f842c..d0dabb5543 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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) |