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:
nicodvb 2008-01-05 13:03:44 +00:00
parent ffc9727f99
commit 104f3ecf68
1 changed files with 0 additions and 1 deletions

View File

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