Commit 1c46b1bf authored by al's avatar al

Fixed format specifier in STOP_TIMER macro.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4713 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e57f9c4d
......@@ -512,7 +512,7 @@ tend= read_time();\
}else\
tskip_count++;\
if(256*256*256*64%(tcount+tskip_count)==0){\
av_log(NULL, AV_LOG_DEBUG, "%Ld dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
}\
}
#else
......
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