1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-18 17:40:30 +00:00

in some still unknown system format 0x82 identifies AUDIO_DTS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25962 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2008-02-08 23:45:26 +00:00
parent 5727c58ece
commit 77a9f6179c

View File

@ -2413,6 +2413,7 @@ static int parse_pmt(ts_priv_t * priv, uint16_t progid, uint16_t pid, int is_sta
pmt->es[idx].type = AUDIO_A52;
break;
case 0x8A:
case 0x82:
pmt->es[idx].type = AUDIO_DTS;
break;
case 0xEA: