Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deleted the unnecessary blank space.
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent 4845d57 commit 4bee756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/descrambler/capmt.c
Expand Up @@ -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);
}

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

0 comments on commit 4bee756

Please sign in to comment.