diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-12-02 20:30:50 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-12-22 22:47:06 +0100 |
commit | 73651090ca1183f37753ee30a7e206ca4fb9f4f0 (patch) | |
tree | df813c0664d788cedbe5298da30a80ddc31de9dc /libavcodec/version.h | |
parent | fdcb7a85cf2aed85ba5a315440051f88e08bc6f5 (diff) | |
download | ffmpeg-73651090ca1183f37753ee30a7e206ca4fb9f4f0.tar.gz |
avcodec: add Apple Pixlet 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 5a8c17829f..fce4add003 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 69 +#define LIBAVCODEC_VERSION_MINOR 70 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |