Skip to content

Commit

Permalink
ad_spdif: update list of DTS_HD profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Aug 1, 2024
1 parent dcb4b49 commit 24f42ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audio/decode/ad_spdif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24f42ac

Please sign in to comment.