projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2111e3f
)
100l to whoever write this
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 6 Jul 2006 13:25:11 +0000
(13:25 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/ffplay.c
b/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);
}