From 8cd8eaa54675527c4a22ff108f516768edc3258a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Jun 2008 10:55:34 +0000 Subject: [PATCH] Make START/STOP_TIMER not require -v 2. Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/common.h b/libavutil/common.h index 5b830d0..5a56832 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);\ }\ } -- 2.7.4