Commit 174330b1 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/timer: give each printed value of STOP_TIMER a fixed length

this makes the result easier to read
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0fee509c
......@@ -81,7 +81,7 @@
if (((tcount + tskip_count) & (tcount + tskip_count - 1)) == 0) { \
int i; \
av_log(NULL, AV_LOG_ERROR, \
"%"PRIu64" " FF_TIMER_UNITS " in %s, %d runs, %d 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]));\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment