diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-02-04 23:41:07 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-07 08:03:22 -0500 |
commit | 44ddfd47d671d2587903d94c8b565f68f45bd4bc (patch) | |
tree | a5bd9b6a259c63f2012bb77902724b350241aae5 /libavcodec/avcodec.h | |
parent | 95ec3d4cacd084e2448c3a1aba420e7d8f00e19b (diff) | |
download | ffmpeg-44ddfd47d671d2587903d94c8b565f68f45bd4bc.tar.gz |
Xan4 decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
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 fc29bbadb6..e8d5f1a04f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 109 +#define LIBAVCODEC_VERSION_MINOR 110 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |