Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed some errors.
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent a916197 commit 6e35c47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/descrambler/capmt.c
Expand Up @@ -644,13 +644,9 @@ capmt_queue_msg
msg->cm_adapter = adapter;
msg->cm_sid = sid;
if (flags & CAPMT_MSG_FAST)
{
TAILQ_INSERT_HEAD(&capmt->capmt_writeq, msg, cm_link);
}
else
{
TAILQ_INSERT_TAIL(&capmt->capmt_writeq, msg, cm_link);
}
tvh_write(capmt->capmt_pipe.wr, "c", 1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -1377,7 +1377,7 @@ psi_parse_pmt
case 0x81:
hts_stream_type = SCT_AC3;
break;

case 0x0f:
hts_stream_type = SCT_MP4A;
break;
Expand Down
3 changes: 1 addition & 2 deletions src/input/mpegts/dvb_support.c
Expand Up @@ -325,8 +325,7 @@ dvb_get_string
if (auto_pl_charset)
ic = convert_iso_8859[2];
else
ic=convert_gb;//add
//ic = convert_iso6937;
ic = convert_iso6937;
break;
}

Expand Down

0 comments on commit 6e35c47

Please sign in to comment.