diff options
author | Mans Rullgard <mans@mansr.com> | 2011-11-28 14:21:48 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-11-28 14:34:42 +0000 |
commit | 60084a1723ee7cd5c79a5a7efc1dee82c25cbe56 (patch) | |
tree | ce311e9cc47f6a21839b50d33535c68f22b5a3a6 | |
parent | c88ebdb42c0a4e4c3d78c705752f06fe78af27f6 (diff) | |
download | ffmpeg-streaming-60084a1723ee7cd5c79a5a7efc1dee82c25cbe56.zip ffmpeg-streaming-60084a1723ee7cd5c79a5a7efc1dee82c25cbe56.tar.gz |
timer: fix misspelling of "decicycles"
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | 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);\ }\ } |