]> granicus.if.org Git - handbrake/commitdiff
sync: fix compiler warning
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 15 Dec 2016 16:41:05 +0000 (08:41 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 15 Dec 2016 16:41:05 +0000 (08:41 -0800)
libhb/sync.c

index 840533aa8baee31ec141494c0060463d6bafef19..4d2e88a826fd0ce228e1c4d6094c08c0a0cb44e1 100644 (file)
@@ -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,