diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-01 13:15:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-06 13:45:50 +0100 |
commit | b456ece55731c545d0bf62641fee2da437861987 (patch) | |
tree | c022717fc064f9c7b3b7f5dd3f13e51085b2e7a3 /libavcodec/version.h | |
parent | c8780822bacc38a8d84c882d564b07dd152366ed (diff) | |
download | ffmpeg-b456ece55731c545d0bf62641fee2da437861987.tar.gz |
XMA1 and XMA2 stereo decoders
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 cc4e2367b6..1e21f155fc 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 14 +#define LIBAVCODEC_VERSION_MINOR 15 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |