summaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2007-02-08 18:55:36 +0000
committerLuca Abeni <lucabe72@email.it>2007-02-08 18:55:36 +0000
commitab1c6dc95c72181f93a9863ad87f238b530bec7b (patch)
tree47a6194b976ff0851a2f68c86277ce74ebfaf5d3 /ffplay.c
parentff5b8d83601b0c6fa1cc83fe224be10c95c7c4fc (diff)
downloadffmpeg-streaming-ab1c6dc95c72181f93a9863ad87f238b530bec7b.zip
ffmpeg-streaming-ab1c6dc95c72181f93a9863ad87f238b530bec7b.tar.gz
Directly access av_log_level instead of calling av_log_{set, get}_level()
(which will be removed at the next avutil version increment) Originally committed as revision 7882 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 830bfc6..feaae38 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);
}
OpenPOWER on IntegriCloud