diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-10-17 18:16:54 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-11-11 18:36:09 +0100 |
commit | ac5b45abab3815c36c9110f979b547b2189e739d (patch) | |
tree | c105af0b35b3650baf8a8021748e8bc6ef6a11fc /libavcodec/version.h | |
parent | 72982f8cb5dad6252a14226d28128313eed4a5ff (diff) | |
download | ffmpeg-ac5b45abab3815c36c9110f979b547b2189e739d.tar.gz |
avcodec/nvdec: add av1 hwaccel
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Co-authored-by: James Almer <jamrial@gmail.com>
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 5173d0f090..a595e32832 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 112 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |