Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dvb_psi.c
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent 493d1e4 commit f0dcb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/dvb_psi.c
Expand Up @@ -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;
Expand Down

0 comments on commit f0dcb75

Please sign in to comment.