Commit 0540cad3 authored by Michael Niedermayer's avatar Michael Niedermayer

100l to whoever write this

Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2111e3f9
......@@ -2317,7 +2317,7 @@ void opt_seek(const char *arg)
static void opt_debug(const char *arg)
{
av_log_set_level(atoi(arg));
av_log_set_level(99);
debug = atoi(arg);
}
......
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