deleted the unnecessary blank space.

This commit is contained in:
sangood 2014-07-25 11:00:56 +08:00 committed by Jaroslav Kysela
parent 4845d57b85
commit 4bee7563f5
2 changed files with 2 additions and 2 deletions

View file

@ -646,7 +646,7 @@ capmt_queue_msg
if (flags & CAPMT_MSG_FAST)
TAILQ_INSERT_HEAD(&capmt->capmt_writeq, msg, cm_link);
else
TAILQ_INSERT_TAIL(&capmt->capmt_writeq, msg, cm_link);
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;