Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the blank line.
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent 286ef83 commit d48c205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion src/input/mpegts/dvb_support.c
Expand Up @@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <iconv.h>

#include "tvheadend.h"
#include "dvb.h"
#include "dvb_charset_tables.h"
Expand Down Expand Up @@ -310,7 +311,7 @@ dvb_get_string
case 0x12:
case 0x14:
return -1;

case 0x15:
ic = convert_utf8;
break;
Expand Down

0 comments on commit d48c205

Please sign in to comment.