X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdecmpeg2.c;h=63f2ebb403a18cea878c751f1aa290f85b144a82;hb=9972486f44c586225d98967441dcd3f3fd920636;hp=7a4409678fb2694aa5f9f582cd444e93e9b58276;hpb=d0281894b2d4b59c36f9ecbb5df66c5d8303c3dc;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c index 7a440967..63f2ebb4 100644 --- a/libhb/decmpeg2.c +++ b/libhb/decmpeg2.c @@ -506,7 +506,7 @@ static int hb_libmpeg2_decode( hb_libmpeg2_t * m, hb_buffer_t * buf_es, m->flag = m->info->display_picture->flags; /* Uncomment this block to see frame-by-frame picture flags, as the video encodes. - hb_log("***** MPEG 2 Picture Info for PTS %lld *****", buf->start); + hb_log("***** MPEG 2 Picture Info for PTS %"PRId64" *****", buf->start); if( m->flag & TOP_FIRST ) hb_log("MPEG2 Flag: Top field first"); if( m->flag & PROGRESSIVE )