X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Ftimer.h;h=36f920e96aeddd5709df688133021453aa51d704;hb=1c7f252783aec37e4ff8049476386f63afe91756;hp=0bb353cfcefd164f1431f01bca169ae9f4dbd5ea;hpb=f05f210526a3dc2d9fa6b1c228e3907ebd1d43c6;p=ffmpeg diff --git a/libavutil/timer.h b/libavutil/timer.h index 0bb353cfcef..36f920e96ae 100644 --- a/libavutil/timer.h +++ b/libavutil/timer.h @@ -87,7 +87,7 @@ if (((tcount + tskip_count) & (tcount + tskip_count - 1)) == 0) { \ int i; \ av_log(NULL, AV_LOG_ERROR, \ - "%7"PRIu64" " FF_TIMER_UNITS " in %s,%8d runs,%7d skips", \ + "%7" PRIu64 " " FF_TIMER_UNITS " in %s,%8d runs,%7d skips",\ tsum * 10 / tcount, id, tcount, tskip_count); \ for (i = 0; i < 32; i++) \ av_log(NULL, AV_LOG_VERBOSE, " %2d", av_log2(2*thistogram[i]));\