Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the 0x80 stream type for DigiCipher II (North American cable) enc…
…rypted MPEG-2
  • Loading branch information
linuxstb committed Jul 20, 2014
1 parent 05d6da3 commit f72733f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/dvb_psi.c
Expand Up @@ -1361,6 +1361,7 @@ psi_parse_pmt
switch(estype) {
case 0x01:
case 0x02:
case 0x80: // 0x80 is DigiCipher II (North American cable) encrypted MPEG-2
hts_stream_type = SCT_MPEG2VIDEO;
break;

Expand Down

0 comments on commit f72733f

Please sign in to comment.