[FFmpeg-cvslog] timer: fix misspelling of "decicycles"

Mans Rullgard git at videolan.org
Tue Nov 29 00:37:13 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Nov 28 14:21:48 2011 +0000| [60084a1723ee7cd5c79a5a7efc1dee82c25cbe56] | committer: Mans Rullgard

timer: fix misspelling of "decicycles"

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60084a1723ee7cd5c79a5a7efc1dee82c25cbe56
---

 libavutil/timer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/timer.h b/libavutil/timer.h
index 341d508..6333cc6 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);\
     }\
 }



More information about the ffmpeg-cvslog mailing list