Remove the blank line.

This commit is contained in:
sangood 2014-07-29 22:58:52 +08:00 committed by Jaroslav Kysela
parent 286ef83f6b
commit d48c20527b
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <iconv.h>
#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;