diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-20 16:43:34 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-28 17:58:54 +0100 |
commit | 767f53533a10448fa6ad28e84ab0d7ca7dd9d8a4 (patch) | |
tree | 05412e69648b191b781e36f3c3af6c87a3ceb2f7 /libavcodec/version.h | |
parent | 33623307417c8d1d38768eae61024a5bb879bd86 (diff) | |
download | ffmpeg-767f53533a10448fa6ad28e84ab0d7ca7dd9d8a4.tar.gz |
nvdec: attach real hw_frames to post-processed frames
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 7e01d9526f..f4d1d4de21 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 77 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |