Mercurial > libavutil.hg
changeset 7:5ac9c20533c3 libavutil
Fixed format specifier in STOP_TIMER macro.
author | al |
---|---|
date | Thu, 01 Dec 2005 18:20:15 +0000 |
parents | 0419cc681610 |
children | 2dd915c714fa |
files | common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Mon Nov 07 01:32:29 2005 +0000 +++ b/common.h Thu Dec 01 18:20:15 2005 +0000 @@ -512,7 +512,7 @@ }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