ad_spdif: update list of DTS_HD profiles

This commit is contained in:
Kacper Michajłow 2024-08-01 01:10:47 +02:00
parent dcb4b491b2
commit 24f42acd1d
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ static int init_filter(struct mp_filter *da)
case AV_CODEC_ID_DTS: {
bool is_hd = profile == AV_PROFILE_DTS_HD_HRA ||
profile == AV_PROFILE_DTS_HD_MA ||
profile == AV_PROFILE_DTS_HD_MA_X ||
profile == AV_PROFILE_DTS_HD_MA_X_IMAX ||
profile == AV_PROFILE_UNKNOWN;
// Apparently, DTS-HD over SPDIF is specified to be 7.1 (8 channels)