0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

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

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)