diff options
author | Roman Arzumanyan <rarzumanyan@nvidia.com> | 2020-09-03 14:52:08 +0300 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-10-15 21:20:40 +0200 |
commit | b23e6ae8864baaa80d2082dbf16dec9359d2902c (patch) | |
tree | 3ea8eb641ccf78cbea5940bab4f50aae02982b89 /libavcodec/version.h | |
parent | b7f51428b1c73ab5840485ce537ce098a85d0881 (diff) | |
download | ffmpeg-b23e6ae8864baaa80d2082dbf16dec9359d2902c.tar.gz |
avcodec/cuviddec: add av1 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 c80fc4df86..d03d290379 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 111 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |