diff common.h @ 516:80cd26ba5c7c libavutil

Make START/STOP_TIMER not require -v 2.
author michael
date Sun, 08 Jun 2008 10:55:34 +0000
parents 8c5bd100bb30
children 5cdb952bd09a
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);\
     }\
 }