[vlc-commits] codec/spdif: add TRUEHD/MLP support

Thomas Guillem git at videolan.org
Wed Oct 5 18:19:04 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Oct  5 15:44:33 2016 +0200| [4378d907b3d7ed7fdc5d6722e42d240fded437ac] | committer: Thomas Guillem

codec/spdif: add TRUEHD/MLP support

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4378d907b3d7ed7fdc5d6722e42d240fded437ac
---

 modules/codec/spdif.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/spdif.c b/modules/codec/spdif.c
index 5252894..2c2ec0d 100644
--- a/modules/codec/spdif.c
+++ b/modules/codec/spdif.c
@@ -67,6 +67,8 @@ OpenDecoder(vlc_object_t *p_this)
         break;
     case VLC_CODEC_A52:
     case VLC_CODEC_EAC3:
+    case VLC_CODEC_MLP:
+    case VLC_CODEC_TRUEHD:
     case VLC_CODEC_DTS:
     case VLC_CODEC_SPDIFL:
     case VLC_CODEC_SPDIFB:



More information about the vlc-commits mailing list