100l to whoever write this

Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-07-06 13:25:11 +00:00
parent 2111e3f9f2
commit 0540cad324

View File

@ -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);
}