summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-11-13 17:46:31 -0600
committerrcombs <rcombs@rcombs.me>2021-11-28 16:41:24 -0600
commit4cedf44aae273df937daf81b7b798539e880b20f (patch)
treeff95eef0bd38a2327500c796b9b9f738045ea0bb /libavcodec
parentda0179b262a5e30e3c35fa2f522356ade68dc08e (diff)
lavc: bump minor version for new VT hwaccels
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 58e3322e9a..8a0b94f5aa 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 59
-#define LIBAVCODEC_VERSION_MINOR 13
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 14
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \