diff options
author | Roman Arzumanyan <rarzumanyan@nvidia.com> | 2019-09-27 17:56:11 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2019-09-27 20:00:59 +0200 |
commit | 567b5e33d9d77919ee920c091f4273c5b38fc821 (patch) | |
tree | 6279b5ee480849fd3a51eb9d3bb97ace6add4333 /libavcodec/version.h | |
parent | e929b2f248a9c49761475e07d1a089e05912d1c6 (diff) | |
download | ffmpeg-567b5e33d9d77919ee920c091f4273c5b38fc821.tar.gz |
avcodec/nvenc: add multiple reference frames support
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 67f2a90739..04b210371e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 59 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |