diff options
author | Raphaël Zumer <rzumer@tebako.net> | 2019-08-11 09:54:58 -0400 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-09-01 20:00:58 -0300 |
commit | a12b629ae1290966d49849b464688ef2918d9f4c (patch) | |
tree | 89ee4dc97eb69ec8815059ba83289e77f363ced0 /libavcodec/version.h | |
parent | 08dfd57fd83a4b65ffa0c8bac7f9432b5d255524 (diff) | |
download | ffmpeg-a12b629ae1290966d49849b464688ef2918d9f4c.tar.gz |
avcodec: Support EBU Tech. 3213-E primaries values
Signed-off-by: Raphaël Zumer <rzumer@tebako.net>
Signed-off-by: James Almer <jamrial@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 ed767c8867..b4b79ef63a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 56 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |