Commit 9b6a690f authored by michael's avatar michael

100l to whoever write this


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5638 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1af69198
...@@ -2317,7 +2317,7 @@ void opt_seek(const char *arg) ...@@ -2317,7 +2317,7 @@ void opt_seek(const char *arg)
static void opt_debug(const char *arg) static void opt_debug(const char *arg)
{ {
av_log_set_level(atoi(arg)); av_log_set_level(99);
debug = atoi(arg); 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