[vlc-devel] [PATCH 06/13] codec: spdif: handle VLC_CODEC_DTSHD

Thomas Guillem thomas at gllm.fr
Tue Dec 19 12:38:37 CET 2017


---
 modules/codec/spdif.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/spdif.c b/modules/codec/spdif.c
index f1ebcbdfe6..5a9e06fce6 100644
--- a/modules/codec/spdif.c
+++ b/modules/codec/spdif.c
@@ -64,6 +64,7 @@ OpenDecoder(vlc_object_t *p_this)
     case VLC_CODEC_MLP:
     case VLC_CODEC_TRUEHD:
     case VLC_CODEC_DTS:
+    case VLC_CODEC_DTSHD:
     case VLC_CODEC_SPDIFL:
     case VLC_CODEC_SPDIFB:
         /* Enabled by default */
-- 
2.11.0



More information about the vlc-devel mailing list