mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
ad_spdif: update list of DTS_HD profiles
This commit is contained in:
parent
dcb4b491b2
commit
24f42acd1d
@ -227,6 +227,8 @@ static int init_filter(struct mp_filter *da)
|
|||||||
case AV_CODEC_ID_DTS: {
|
case AV_CODEC_ID_DTS: {
|
||||||
bool is_hd = profile == AV_PROFILE_DTS_HD_HRA ||
|
bool is_hd = profile == AV_PROFILE_DTS_HD_HRA ||
|
||||||
profile == AV_PROFILE_DTS_HD_MA ||
|
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;
|
profile == AV_PROFILE_UNKNOWN;
|
||||||
|
|
||||||
// Apparently, DTS-HD over SPDIF is specified to be 7.1 (8 channels)
|
// Apparently, DTS-HD over SPDIF is specified to be 7.1 (8 channels)
|
||||||
|
Loading…
Reference in New Issue
Block a user