tsfix: cosmetic log issue (new line)

This commit is contained in:
Jaroslav Kysela 2015-01-03 22:06:19 +01:00
parent c4089cc7a3
commit a890c6bf4b

View file

@ -427,7 +427,7 @@ tsfix_input_packet(tsfix_t *tf, streaming_message_t *sm)
if (diff > 160000)
diff = 160000;
tf->tf_tsref = (tf->tf_tsref - diff) % PTS_MASK;
tvhtrace("parser", "reference clock set to %"PRId64" (backlog %"PRId64")\n", tf->tf_tsref, diff2);
tvhtrace("parser", "reference clock set to %"PRId64" (backlog %"PRId64")", tf->tf_tsref, diff2);
tsfix_backlog(tf);
} else if (tfs->tfs_local_ref == PTS_UNSET && tf->tf_tsref != PTS_UNSET &&
pkt->pkt_dts != PTS_UNSET) {