Detect stream type 17 as AAC

This commit is contained in:
Andreas Öman 2009-12-09 19:30:18 +00:00
parent e52cf18a05
commit d8ffa03e35

View file

@ -360,6 +360,10 @@ psi_parse_pmt(th_transport_t *t, const uint8_t *ptr, int len, int chksvcid,
hts_stream_type = SCT_MPEG2AUDIO;
break;
case 0x11:
hts_stream_type = SCT_AAC;
break;
case 0x1b:
hts_stream_type = SCT_H264;
break;