ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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, \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".