# HG changeset patch # User michael # Date 1212922534 0 # Node ID 80cd26ba5c7ccc8ee75074429e2d6e0e55978ab9 # Parent e4454f7d9f4f23ce0b69845c848f868b492a3b68 Make START/STOP_TIMER not require -v 2. diff -r e4454f7d9f4f -r 80cd26ba5c7c common.h --- 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);\ }\ }