Commit dc954ca4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support more DTS FourCC

Fix decoding of some DTS in mp4
parent aa392c1e
...@@ -1018,6 +1018,9 @@ static const entry_t p_list_audio[] = { ...@@ -1018,6 +1018,9 @@ static const entry_t p_list_audio[] = {
A("DTS "), A("DTS "),
A("dtsb"), A("dtsb"),
A("dtsc"), A("dtsc"),
E("dtse", "DTS Express"),
E("dtsh", "DTS-HD High Resolution Audio"),
E("dtsl", "DTS-HD Lossless"),
A("ms\x20\x01"), A("ms\x20\x01"),
/* AAC audio */ /* 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