[vlc-commits] Support more DTS FourCC
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 27 22:41:25 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 27 21:32:45 2012 +0200| [dc954ca43c9aebeea028144e251bc3db9f53423a] | committer: Jean-Baptiste Kempf
Support more DTS FourCC
Fix decoding of some DTS in mp4
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc954ca43c9aebeea028144e251bc3db9f53423a
---
src/misc/fourcc.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index acf48c0..30ce17b 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1018,6 +1018,9 @@ static const entry_t p_list_audio[] = {
A("DTS "),
A("dtsb"),
A("dtsc"),
+ E("dtse", "DTS Express"),
+ E("dtsh", "DTS-HD High Resolution Audio"),
+ E("dtsl", "DTS-HD Lossless"),
A("ms\x20\x01"),
/* AAC audio */
More information about the vlc-commits
mailing list