Commit 27e8ddf8 authored by michael's avatar michael

Make START/STOP_TIMER not require -v 2.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13711 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c0323c81
...@@ -378,7 +378,7 @@ tend= AV_READ_TIME();\ ...@@ -378,7 +378,7 @@ tend= AV_READ_TIME();\
}else\ }else\
tskip_count++;\ tskip_count++;\
if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\ 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);\ tsum*10/tcount, id, tcount, tskip_count);\
}\ }\
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment