aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-11-20 11:51:40 -0300
committerJames Almer <jamrial@gmail.com>2023-11-20 11:55:51 -0300
commit1258f999781058b5e7c01c58e60fc2f4178379ff (patch)
treeb9880a5a972a9886f885e8511b1bad29055cb829
parentcfe29478873e5000416a2da58a92102b7ed7255c (diff)
downloadffmpeg-1258f999781058b5e7c01c58e60fc2f4178379ff.tar.gz
avcodec: bump version after EVC additions
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--Changelog2
-rw-r--r--libavcodec/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index ca38546262..7d79be1c3e 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,8 @@ releases are sorted from youngest to oldest.
version <next>:
- LEAD MCMP decoder
+- EVC decoding using external library libxevd
+- EVC encoding using external library libxeve
version 6.1:
- libaribcaption decoder
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2a08e42d7e..0ef6c991f3 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 33
+#define LIBAVCODEC_VERSION_MINOR 34
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \