avcodec/version: bump minor version to accommodate spatial audio detection

Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Marth64 2023-02-17 19:14:57 -06:00 committed by Hendrik Leppkes
parent 98a4699216
commit 373ef1c4fa
No known key found for this signature in database
GPG Key ID: 846079A4B0A7C1B5
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
2023-03-02 - xxxxxxxxxx - lavc 60.6.100 - avcodec.h
Add FF_PROFILE_EAC3_DDP_ATMOS, FF_PROFILE_TRUEHD_ATMOS,
FF_PROFILE_DTS_HD_MA_X and FF_PROFILE_DTS_HD_MA_X_IMAX.
2023-02-25 - xxxxxxxxxx - lavc 60.5.100 - avcodec.h
Add FF_PROFILE_HEVC_SCC.

View File

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