Signed-off-by: Mans Rullgard <[email protected]>
---
 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);\
     }\
 }
-- 
1.7.7.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to