[FFmpeg-cvslog] avcodec: bump version after EVC additions
James Almer
git at videolan.org
Mon Nov 20 16:56:30 EET 2023
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Nov 20 11:51:40 2023 -0300| [1258f999781058b5e7c01c58e60fc2f4178379ff] | committer: James Almer
avcodec: bump version after EVC additions
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1258f999781058b5e7c01c58e60fc2f4178379ff
---
Changelog | 2 ++
libavcodec/version.h | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
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, \
More information about the ffmpeg-cvslog
mailing list