summaryrefslogtreecommitdiff
path: root/libavutil/timer.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-11-28 14:21:48 +0000
committerMans Rullgard <mans@mansr.com>2011-11-28 14:34:42 +0000
commit60084a1723ee7cd5c79a5a7efc1dee82c25cbe56 (patch)
treece311e9cc47f6a21839b50d33535c68f22b5a3a6 /libavutil/timer.h
parentc88ebdb42c0a4e4c3d78c705752f06fe78af27f6 (diff)
timer: fix misspelling of "decicycles"
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/timer.h')
-rw-r--r--libavutil/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/timer.h b/libavutil/timer.h
index 341d508c44..6333cc61ce 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);\
}\
}