From 99155ee84e2031702eadd9cde68afbc04e68c4d0 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Thu, 15 Dec 2016 08:41:05 -0800 Subject: sync: fix compiler warning --- libhb/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/sync.c b/libhb/sync.c index 840533aa8..4d2e88a82 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -1735,7 +1735,7 @@ static int UpdateSCR( sync_stream_t * stream, hb_buffer_t * buf ) common->scr[hash].scr_offset = buf->s.start - (last_scr_pts + last_duration); hb_deep_log(4, - "New SCR: type %8s id %x scr seq %d scr offset %ld " + "New SCR: type %8s id %x scr seq %d scr offset %"PRId64" " "start %"PRId64" last %f dur %f", getStreamType(stream), getStreamId(stream), buf->s.scr_sequence, common->scr[hash].scr_offset, -- cgit v1.2.3