avcodec/mlpdec: add detection of Atmos spatial extension profile in TrueHD

Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Marth64
2023-02-18 11:24:38 -06:00
committed by Hendrik Leppkes
parent a4e5b94633
commit 96ed043afa
5 changed files with 19 additions and 0 deletions

View File

@@ -1593,6 +1593,8 @@ typedef struct AVCodecContext {
#define FF_PROFILE_EAC3_DDP_ATMOS 30
#define FF_PROFILE_TRUEHD_ATMOS 30
#define FF_PROFILE_MPEG2_422 0
#define FF_PROFILE_MPEG2_HIGH 1
#define FF_PROFILE_MPEG2_SS 2