diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-28 14:51:27 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-29 21:26:43 +0100 |
commit | af3f793f6048de558d747ffff4167e27e7caf6bf (patch) | |
tree | 0d4baf94ab1b0adf0a7dd80f2223bd67e93bdfa3 /libavcodec/version.h | |
parent | e99321a3b6e117169603051c7db6245778525411 (diff) | |
download | ffmpeg-af3f793f6048de558d747ffff4167e27e7caf6bf.tar.gz |
avcodec: add ADPCM AICA decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 2724729799..f7e2857cf8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 12 +#define LIBAVCODEC_VERSION_MINOR 13 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |