diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-06-08 10:55:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-06-08 10:55:34 +0000 |
commit | 8cd8eaa54675527c4a22ff108f516768edc3258a (patch) | |
tree | 1d30c4e110b60f51f8a7a4e53ca82cb09328ea2d /libavutil/common.h | |
parent | e66ace6f0bec058ea9592fad6fff319d7f6fa65e (diff) | |
download | ffmpeg-8cd8eaa54675527c4a22ff108f516768edc3258a.tar.gz |
Make START/STOP_TIMER not require -v 2.
Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 5b830d0645..5a56832eeb 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -378,7 +378,7 @@ tend= AV_READ_TIME();\ }else\ tskip_count++;\ if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\ - av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\ + av_log(NULL, AV_LOG_ERROR, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\ tsum*10/tcount, id, tcount, tskip_count);\ }\ } |