X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdecavcodec.c;h=e711a5a7fec3d12d1e3a71f23653a57bd08b9a3b;hb=44946a6f8be82a70e65ca534541183a26fdb804b;hp=71f72fe81d87e8878569cb6dc537e5bf6def2193;hpb=a76bb25f2f99cc7b6851ab02053a2f1b2a9e2f70;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 71f72fe8..e711a5a7 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -525,12 +525,12 @@ static void log_chapter( hb_work_private_t *pv, int chap_num, int64_t pts ) hb_chapter_t *c = hb_list_item( pv->job->title->list_chapter, chap_num - 1 ); if ( c && c->title ) { - hb_log( "%s: \"%s\" (%d) at frame %u time %lld", + hb_log( "%s: \"%s\" (%d) at frame %u time %"PRId64, pv->context->codec->name, c->title, chap_num, pv->nframes, pts ); } else { - hb_log( "%s: Chapter %d at frame %u time %lld", + hb_log( "%s: Chapter %d at frame %u time %"PRId64, pv->context->codec->name, chap_num, pv->nframes, pts ); } }