avcodec: bump version after EVC additions

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.0
James Almer 1 year ago
parent cfe2947887
commit 1258f99978
  1. 2
      Changelog
  2. 2
      libavcodec/version.h

@ -3,6 +3,8 @@ releases are sorted from youngest to oldest.
version <next>: version <next>:
- LEAD MCMP decoder - LEAD MCMP decoder
- EVC decoding using external library libxevd
- EVC encoding using external library libxeve
version 6.1: version 6.1:
- libaribcaption decoder - libaribcaption decoder

@ -29,7 +29,7 @@
#include "version_major.h" #include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 33 #define LIBAVCODEC_VERSION_MINOR 34
#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \

Loading…
Cancel
Save