diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-26 04:15:48 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-26 04:15:48 +0000 |
commit | ffc5430bc30a787ae684549df3afcb7b9dcc86d9 (patch) | |
tree | 1bd740823f9b05a010951f1c57dd4c2885b41a8c /libavcodec/avcodec.h | |
parent | b0c32a70b4ef12a5317841f83128a0597320577f (diff) | |
download | ffmpeg-ffc5430bc30a787ae684549df3afcb7b9dcc86d9.tar.gz |
LZW decoder as separate module plus TIFF LZW support
Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index dafedbaf1b..2ad9917e94 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -37,8 +37,8 @@ extern "C" { #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(21<<8)+0) -#define LIBAVCODEC_VERSION 51.21.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(22<<8)+0) +#define LIBAVCODEC_VERSION 51.22.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |