Update dvb_psi.c
This commit is contained in:
parent
493d1e4daa
commit
f0dcb7532d
1 changed files with 2 additions and 2 deletions
|
@ -1372,12 +1372,12 @@ psi_parse_pmt
|
|||
case 0x04:
|
||||
hts_stream_type = SCT_MPEG2AUDIO;
|
||||
break;
|
||||
|
||||
|
||||
case 0x06: //0x06 is Chinese Cable TV ac3 audio track
|
||||
case 0x81:
|
||||
hts_stream_type = SCT_AC3;
|
||||
break;
|
||||
|
||||
|
||||
case 0x0f:
|
||||
hts_stream_type = SCT_MP4A;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue