100l to whoever write this
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 6 Jul 2006 13:25:11 +0000 (13:25 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 6 Jul 2006 13:25:11 +0000 (13:25 +0000)
Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index bbc4ad3..ecbe054 100644 (file)
--- 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);
 }