projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb0289
)
Fixed format specifier in STOP_TIMER macro.
author
Alexander Strasser
<eclipse7@gmx.net>
Thu, 1 Dec 2005 18:20:15 +0000
(18:20 +0000)
committer
Alexander Strasser
<eclipse7@gmx.net>
Thu, 1 Dec 2005 18:20:15 +0000
(18:20 +0000)
Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/common.h
patch
|
blob
|
history
diff --git
a/libavutil/common.h
b/libavutil/common.h
index bbbd4c91c99bc0379f14f120c78c0b349c0784c6..e4e6dfa7d7f6b285339203256cbd0a6d497189c0 100644
(file)
--- a/
libavutil/common.h
+++ b/
libavutil/common.h
@@
-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