[FFmpeg-cvslog] r13711 - trunk/libavutil/common.h
michael
subversion
Sun Jun 8 12:55:34 CEST 2008
Author: michael
Date: Sun Jun 8 12:55:34 2008
New Revision: 13711
Log:
Make START/STOP_TIMER not require -v 2.
Modified:
trunk/libavutil/common.h
Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h (original)
+++ trunk/libavutil/common.h Sun Jun 8 12:55:34 2008
@@ -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);\
}\
}
More information about the ffmpeg-cvslog
mailing list