psi: Assume that elementary stream type 0x81 is AC3 without relying on any further descriptors
Fixes ticket #217
This commit is contained in:
parent
89fc2c6185
commit
8dad7a18c4
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue