]> git.sesse.net Git - ffmpeg/commitdiff
timer: fix misspelling of "decicycles"
authorMans Rullgard <mans@mansr.com>
Mon, 28 Nov 2011 14:21:48 +0000 (14:21 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 28 Nov 2011 14:34:42 +0000 (14:34 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/timer.h

index 341d508c44dfa67eb6115b4f914c698ff1630265..6333cc61ce31f93d6f9106aaef4f128c383ed7d1 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);\
     }\
 }