summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
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 830bfc6eb5..feaae38bc1 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2385,7 +2385,7 @@ void opt_seek(const char *arg)
static void opt_debug(const char *arg)
{
- av_log_set_level(99);
+ av_log_level = 99;
debug = atoi(arg);
}