timeshift debug: correct format string
This commit is contained in:
parent
f8855dfa49
commit
6f610aef1a
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ void *timeshift_reader ( void *p )
|
|||
th_pkt_t *pkt = sm->sm_data;
|
||||
tvhtrace("timeshift",
|
||||
"ts %d pkt out - stream %d type %c pts %10"PRId64
|
||||
" dts %10"PRId64 " dur %10d len %"PRIsize_t" time %"PRItime_t,
|
||||
" dts %10"PRId64 " dur %10d len %"PRIsize_t" time %"PRId64,
|
||||
ts->id,
|
||||
pkt->pkt_componentindex,
|
||||
pkt_frametype_to_char(pkt->pkt_frametype),
|
||||
|
|
Loading…
Add table
Reference in a new issue