diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-06 13:25:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-06 13:25:11 +0000 |
commit | 0540cad3249e1b016fd0ae9e6ce0262b05db9f23 (patch) | |
tree | 2a99e405c1a6dd343cad04f7b642012a14d110af | |
parent | 2111e3f9f2fc32ebf415a82057d80e01fa263079 (diff) | |
download | ffmpeg-0540cad3249e1b016fd0ae9e6ce0262b05db9f23.tar.gz |
100l to whoever write this
Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |