avcodec: bump version after EVC additions

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2023-11-20 11:51:40 -03:00
parent cfe2947887
commit 1258f99978
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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, \