mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 21:57:39 +00:00
in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25599 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ffc9727f99
commit
104f3ecf68
@ -2397,7 +2397,6 @@ 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
Block a user