diff --git a/src/input/mpegts/dvb_psi.c b/src/input/mpegts/dvb_psi.c index f1c2c193..b7bfea04 100644 --- a/src/input/mpegts/dvb_psi.c +++ b/src/input/mpegts/dvb_psi.c @@ -1371,7 +1371,7 @@ 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; diff --git a/src/input/mpegts/dvb_support.c b/src/input/mpegts/dvb_support.c index 786b79d4..08ba4a4f 100644 --- a/src/input/mpegts/dvb_support.c +++ b/src/input/mpegts/dvb_support.c @@ -26,6 +26,7 @@ #include #include #include + #include "tvheadend.h" #include "dvb.h" #include "dvb_charset_tables.h" @@ -310,7 +311,7 @@ dvb_get_string case 0x12: case 0x14: return -1; - + case 0x15: ic = convert_utf8; break;