summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-06 13:25:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-06 13:25:11 +0000
commit0540cad3249e1b016fd0ae9e6ce0262b05db9f23 (patch)
tree2a99e405c1a6dd343cad04f7b642012a14d110af /ffplay.c
parent2111e3f9f2fc32ebf415a82057d80e01fa263079 (diff)
100l to whoever write this
Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index bbc4ad3685..ecbe054447 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -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);
}