Commit ccfccedc authored by michael's avatar michael

AV_LOG_DEBUG is not a good default ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4307 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b555b4a2
......@@ -961,7 +961,7 @@ int64_t ff_gcd(int64_t a, int64_t b){
/* av_log API */
static int av_log_level = AV_LOG_DEBUG;
static int av_log_level = AV_LOG_INFO;
static void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
{
......
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