diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-03-13 09:40:09 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-03-13 09:40:09 +0100 |
commit | d11d78facb1b24a0dc6ea63c2410d62c1f92742e (patch) | |
tree | 9365821388c445791c27227fd2f40babf1778310 /libavcodec/version.h | |
parent | db4786f1cf03a5ce4841412e5dad03404e5ade7a (diff) | |
download | ffmpeg-d11d78facb1b24a0dc6ea63c2410d62c1f92742e.tar.gz |
lavc/libx265: Support GBR encoding.
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 1306bc3352..6e42810765 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 28 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |