Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tsfix: little trace change (frametype)
  • Loading branch information
perexg committed Aug 11, 2016
1 parent fd72688 commit 59dd429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plumbing/tsfix.c
Expand Up @@ -271,9 +271,9 @@ normalize_ts(tsfix_t *tf, tfstream_t *tfs, th_pkt_t *pkt, int backlog)
pkt->pkt_dts = dts;

deliver:
tvhtrace("tsfix", "%-12s %d %10"PRId64" %10"PRId64" %10d %zd",
tvhtrace("tsfix", "%-12s %c %10"PRId64" %10"PRId64" %10d %zd",
streaming_component_type2txt(tfs->tfs_type),
pkt->pkt_frametype,
pkt_frametype_to_char(pkt->pkt_frametype),
pkt->pkt_dts,
pkt->pkt_pts,
pkt->pkt_duration,
Expand Down

0 comments on commit 59dd429

Please sign in to comment.