diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-14 17:15:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-06-12 20:27:53 +0200 |
commit | 90f469aa2b98a868cdbe35170c24272de10e1341 (patch) | |
tree | 21ebd7632a2e52995fd8eebfc8736ede90fea853 /libavcodec/version.h | |
parent | 61f168ae348f94f39e7afc6971654455a5de0e4d (diff) | |
download | ffmpeg-90f469aa2b98a868cdbe35170c24272de10e1341.tar.gz |
lavc: add H.264 MVC profiles
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 4bfa09ca89..ad7e19d893 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 19 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 20 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |