diff options
author | Peter Ross <pross@xvid.org> | 2011-02-20 12:25:05 +1100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-25 15:24:35 -0500 |
commit | ccfcddb3f287545a20831f266c2a2f734d6a9f31 (patch) | |
tree | f2c549d9581a94397e272e07012f97126da8a6ef /libavcodec/avcodec.h | |
parent | 8a8c283edd0da5863eb729a31a94b70820400941 (diff) | |
download | ffmpeg-ccfcddb3f287545a20831f266c2a2f734d6a9f31.tar.gz |
Bink version 'b' audio 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 86519387a9..3eedcf9463 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, \ |