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
No known key found for this signature in database
GPG key ID: 846079A4B0A7C1B5
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