aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorRoman Arzumanyan <rarzumanyan@nvidia.com>2020-09-03 14:52:08 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2020-10-15 21:20:40 +0200
commitb23e6ae8864baaa80d2082dbf16dec9359d2902c (patch)
tree3ea8eb641ccf78cbea5940bab4f50aae02982b89 /libavcodec/version.h
parentb7f51428b1c73ab5840485ce537ce098a85d0881 (diff)
downloadffmpeg-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.h2
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, \