X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Ftimer.h;h=63576c95bf369ebced7d479526d601922e7ae0e2;hb=52c522c72090233edeeb0486a9bd8bee925a710a;hp=8a0cad56ca9f814fa47ec8b182512505bf64ef62;hpb=042f9d62ca42a6ca26ef6ff23c6078c9ecc90c18;p=ffmpeg diff --git a/libavutil/timer.h b/libavutil/timer.h index 8a0cad56ca9..63576c95bf3 100644 --- a/libavutil/timer.h +++ b/libavutil/timer.h @@ -61,7 +61,7 @@ tend= AV_READ_TIME();\ }else\ tskip_count++;\ if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\ - av_log(NULL, AV_LOG_ERROR, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\ + av_log(NULL, AV_LOG_ERROR, "%"PRIu64" decicycles in %s, %d runs, %d skips\n",\ tsum*10/tcount, id, tcount, tskip_count);\ }\ }