mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
Add 0x85 ad ID for DTS audio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29703 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c86e46cca
commit
f318d4c900
@ -2521,6 +2521,7 @@ static int parse_pmt(ts_priv_t * priv, uint16_t progid, uint16_t pid, int is_sta
|
||||
break;
|
||||
case 0x8A:
|
||||
case 0x82:
|
||||
case 0x85:
|
||||
case 0x86:
|
||||
pmt->es[idx].type = AUDIO_DTS;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user