mirror of https://github.com/mpv-player/mpv
in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25865 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a8e8627367
commit
7186ce0f76
|
@ -2397,6 +2397,7 @@ static int parse_pmt(ts_priv_t * priv, uint16_t progid, uint16_t pid, int is_sta
|
|||
pmt->es[idx].type = VIDEO_MPEG4;
|
||||
break;
|
||||
case 0x0f:
|
||||
case 0x11:
|
||||
pmt->es[idx].type = AUDIO_AAC;
|
||||
break;
|
||||
case 0x1b:
|
||||
|
|
Loading…
Reference in New Issue