Remove the blank line.
This commit is contained in:
parent
286ef83f6b
commit
d48c20527b
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue