psi: Assume that elementary stream type 0x81 is AC3 without relying on any further descriptors

Fixes ticket #217
This commit is contained in:
Andreas Öman 2010-06-24 11:46:52 +00:00
parent 89fc2c6185
commit 8dad7a18c4

View file

@ -511,10 +511,13 @@ psi_parse_pmt(th_transport_t *t, const uint8_t *ptr, int len, int chksvcid,
case 0x03:
case 0x04:
case 0x81:
hts_stream_type = SCT_MPEG2AUDIO;
break;
case 0x81:
hts_stream_type = SCT_AC3;
break;
case 0x11:
hts_stream_type = SCT_AAC;
break;