Commit 46312fc2 authored by Michael Niedermayer's avatar Michael Niedermayer

cmdutils: dont change the log level for -report

Fixes Ticket2476
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9375f500
......@@ -910,7 +910,6 @@ static int init_report(const char *env)
tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
tm->tm_hour, tm->tm_min, tm->tm_sec,
filename.str);
av_log_set_level(FFMAX(av_log_get_level(), AV_LOG_VERBOSE));
av_bprint_finalize(&filename, NULL);
return 0;
}
......
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