[vlc-commits] fourcc: change TrueHD for the registered one
Francois Cartegnie
git at videolan.org
Fri Apr 17 16:01:59 CEST 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Apr 17 15:47:45 2020 +0200| [9c49f401aecbc86ceea08bfadfb8e83ac0340590] | committer: Francois Cartegnie
fourcc: change TrueHD for the registered one
ref #24597
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c49f401aecbc86ceea08bfadfb8e83ac0340590
---
include/vlc_fourcc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index dc43fcc0fe..cb5d7dcb82 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -470,7 +470,7 @@
#define VLC_CODEC_WMAS VLC_FOURCC('W','M','A','S')
#define VLC_CODEC_FLAC VLC_FOURCC('f','l','a','c')
#define VLC_CODEC_MLP VLC_FOURCC('m','l','p',' ')
-#define VLC_CODEC_TRUEHD VLC_FOURCC('t','r','h','d')
+#define VLC_CODEC_TRUEHD VLC_FOURCC('m','l','p','a')
#define VLC_CODEC_DVAUDIO VLC_FOURCC('d','v','a','u')
#define VLC_CODEC_SPEEX VLC_FOURCC('s','p','x',' ')
#define VLC_CODEC_OPUS VLC_FOURCC('O','p','u','s')
More information about the vlc-commits
mailing list