mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Fixed format specifier in STOP_TIMER macro.
Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bb0289c3a
commit
e852beeee3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user