mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
ad_spdif: cosmetic alignment
This commit is contained in:
parent
25ee18d6e5
commit
4056a9a420
@ -208,7 +208,7 @@ static int init_filter(struct mp_filter *da, AVPacket *pkt)
|
||||
break;
|
||||
case AV_CODEC_ID_DTS: {
|
||||
bool is_hd = profile == FF_PROFILE_DTS_HD_HRA ||
|
||||
profile == FF_PROFILE_DTS_HD_MA ||
|
||||
profile == FF_PROFILE_DTS_HD_MA ||
|
||||
profile == FF_PROFILE_UNKNOWN;
|
||||
|
||||
// Apparently, DTS-HD over SPDIF is specified to be 7.1 (8 channels)
|
||||
|
Loading…
Reference in New Issue
Block a user