fixed some errors.

This commit is contained in:
sangood 2014-07-25 10:16:27 +08:00 committed by Jaroslav Kysela
parent a916197ecf
commit 6e35c47466
3 changed files with 2 additions and 7 deletions

View file

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

View file

@ -1377,7 +1377,7 @@ psi_parse_pmt
case 0x81:
hts_stream_type = SCT_AC3;
break;
case 0x0f:
hts_stream_type = SCT_MP4A;
break;

View file

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