changeset 516:80cd26ba5c7c libavutil

Make START/STOP_TIMER not require -v 2.
author michael
date Sun, 08 Jun 2008 10:55:34 +0000
parents e4454f7d9f4f
children 0cb535363299
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Thu Jun 05 19:49:47 2008 +0000
+++ b/common.h	Sun Jun 08 10:55:34 2008 +0000
@@ -378,7 +378,7 @@
     }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);\
     }\
 }