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:
nicodvb 2008-01-26 18:47:39 +00:00
parent a8e8627367
commit 7186ce0f76
1 changed files with 1 additions and 0 deletions

View File

@ -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: