]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/timer.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / timer.h
index 8a0cad56ca9f814fa47ec8b182512505bf64ef62..63576c95bf369ebced7d479526d601922e7ae0e2 100644 (file)
@@ -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);\
     }\
 }