diff options
author | Peter Ross <pross@xvid.org> | 2011-02-20 12:25:05 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-26 03:16:09 +0100 |
commit | 4913af0cd35917d3173f99e1b214415673869889 (patch) | |
tree | 8e15c9a2d6dc4dae95cee8c2f907e1a6cced421c /libavcodec/avcodec.h | |
parent | 8d09fc1930aa3dddb7af8241835416c92e7c886b (diff) | |
download | ffmpeg-4913af0cd35917d3173f99e1b214415673869889.tar.gz |
Bink version 'b' audio decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ccfcddb3f287545a20831f266c2a2f734d6a9f31)
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 4ca32b87cb..07c9aad8d6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -33,7 +33,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 113 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MICRO 2 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |