vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
