diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-11-13 22:29:04 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2016-11-13 22:29:04 +0100 |
commit | bd0db4a32d85d027da4d4dc00490c20048090312 (patch) | |
tree | c52930944267101abec82ddca94b06922aa85516 /libavcodec/version.h | |
parent | 775a8477b74bb2fa95ca2b13c08f3fd8d6c617b6 (diff) | |
parent | 7a745f014f528d1001394ae4d2f4ed1a20bf7fa2 (diff) | |
download | ffmpeg-bd0db4a32d85d027da4d4dc00490c20048090312.tar.gz |
Merge commit '7a745f014f528d1001394ae4d2f4ed1a20bf7fa2'
* commit '7a745f014f528d1001394ae4d2f4ed1a20bf7fa2':
options_table: Add aliases for color properties
Merged-by: Hendrik Leppkes <h.leppkes@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 e05c3107be..610ebbaa73 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 66 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |