Commit 714534bb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support more DTS FourCC

Fix decoding of some DTS in mp4
(cherry picked from commit dc954ca43c9aebeea028144e251bc3db9f53423a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b69404ae
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment