comparison common.h @ 7:5ac9c20533c3 libavutil

Fixed format specifier in STOP_TIMER macro.
author al
date Thu, 01 Dec 2005 18:20:15 +0000
parents 26a00aee5eac
children 2dd915c714fa
comparison
equal deleted inserted replaced
6:0419cc681610 7:5ac9c20533c3
510 tsum+= tend - tstart;\ 510 tsum+= tend - tstart;\
511 tcount++;\ 511 tcount++;\
512 }else\ 512 }else\
513 tskip_count++;\ 513 tskip_count++;\
514 if(256*256*256*64%(tcount+tskip_count)==0){\ 514 if(256*256*256*64%(tcount+tskip_count)==0){\
515 av_log(NULL, AV_LOG_DEBUG, "%Ld dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\ 515 av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
516 }\ 516 }\
517 } 517 }
518 #else 518 #else
519 #define START_TIMER 519 #define START_TIMER
520 #define STOP_TIMER(id) {} 520 #define STOP_TIMER(id) {}