diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-13 14:16:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-16 16:37:40 +0200 |
commit | 8b11e43799260009dead51667bf6ff0157c05ff4 (patch) | |
tree | 7b7d14c5231040d93c5f5194b7e7c82869dbbab9 /libavcodec/version.h | |
parent | 377883c4be7a5b27d57737a79d6a58a6af0ae6cd (diff) | |
download | ffmpeg-8b11e43799260009dead51667bf6ff0157c05ff4.tar.gz |
avcodec: add ADPCM PSX 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 953ff9fa55..97f4ae44ab 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 6 +#define LIBAVCODEC_VERSION_MINOR 7 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |