diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-24 20:41:32 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-26 10:08:01 +0100 |
commit | 035ae3c0096f6c0a3f199d331ed4094ff5beafd1 (patch) | |
tree | 5eb7e43f1e39621980e9cb2ceef6c098c95aa40c /libavcodec/version.h | |
parent | 2ccc1b304e08a5f5e045c056e897ed377bf670f7 (diff) | |
download | ffmpeg-035ae3c0096f6c0a3f199d331ed4094ff5beafd1.tar.gz |
avcodec: add SDX2 DPCM 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 ea0f0bd4af..ea9e89a31c 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 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |