From 4056a9a420a3d404d44994606a942b3a7ec1766c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Tue, 30 Oct 2018 02:03:41 +0200 Subject: ad_spdif: cosmetic alignment --- audio/decode/ad_spdif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/decode/ad_spdif.c b/audio/decode/ad_spdif.c index fa2540b263..ef34042990 100644 --- a/audio/decode/ad_spdif.c +++ b/audio/decode/ad_spdif.c @@ -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) -- cgit v1.2.3