diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-12-26 16:58:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-01-06 22:05:45 +0100 |
commit | 90ac9f4094afc2aa7ee64a7b02df8fb05cbd7d8a (patch) | |
tree | 78650368c8133db9e79624d20ccf166a3adf09c2 /libavcodec/version.h | |
parent | 49633f9f7498499d63391eb1351de66a8f603060 (diff) | |
download | ffmpeg-90ac9f4094afc2aa7ee64a7b02df8fb05cbd7d8a.tar.gz |
avcodec: add QDMC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 8f37ebde60..c5a8f55897 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 70 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 71 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |