[vlc-commits] Support more DTS FourCC
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 27 22:49:42 CEST 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 27 21:32:45 2012 +0200| [714534bb11ed27e7848edc455fe43055d6597cf3] | committer: Jean-Baptiste Kempf
Support more DTS FourCC
Fix decoding of some DTS in mp4
(cherry picked from commit dc954ca43c9aebeea028144e251bc3db9f53423a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=714534bb11ed27e7848edc455fe43055d6597cf3
---
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 9410d77..dad5f1e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -996,6 +996,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