From 0540cad3249e1b016fd0ae9e6ce0262b05db9f23 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 6 Jul 2006 13:25:11 +0000
Subject: [PATCH] 100l to whoever write this

Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 ffplay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffplay.c b/ffplay.c
index bbc4ad36853..ecbe054447d 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);
 }
 
-- 
GitLab