From d48c20527b0845e0a90e7665ca968d886518c168 Mon Sep 17 00:00:00 2001 From: sangood Date: Tue, 29 Jul 2014 22:58:52 +0800 Subject: [PATCH] Remove the blank line. --- src/input/mpegts/dvb_psi.c | 2 +- src/input/mpegts/dvb_support.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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;