diff options
author | Oliver Collyer <ovcollyer@mac.com> | 2016-08-25 16:18:03 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-08-28 16:47:54 +0200 |
commit | d1bf8a3aa878003f5019bb97c3228f8027e5d116 (patch) | |
tree | 0c9b7d623b28e6fe489906543116a1debb5dd54d /libavcodec/version.h | |
parent | 325e56479ff64c884f3bcccf922a7f7163488b89 (diff) | |
download | ffmpeg-d1bf8a3aa878003f5019bb97c3228f8027e5d116.tar.gz |
avcodec/nvenc: added support for 10 bit HEVC encoding
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 7ee5b5aa13..f7a7344c62 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 54 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |