Fixed format specifier in STOP_TIMER macro.
authorAlexander Strasser <eclipse7@gmx.net>
Thu, 1 Dec 2005 18:20:15 +0000 (18:20 +0000)
committerAlexander 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

index bbbd4c91c99bc0379f14f120c78c0b349c0784c6..e4e6dfa7d7f6b285339203256cbd0a6d497189c0 100644 (file)
@@ -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