diff options
author | Måns Rullgård <mans@mansr.com> | 2007-12-12 21:48:50 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-12-12 21:48:50 +0000 |
commit | a309073bf44e58868e4124900ddcecc2aefbdf3b (patch) | |
tree | ca934d627e3d6551416fce079bc56d6768e30491 /ffplay.c | |
parent | 0bc308de56947f2f8580b974ee8631b27a726cd6 (diff) | |
download | ffmpeg-a309073bf44e58868e4124900ddcecc2aefbdf3b.tar.gz |
use av_log_get/set_level()
Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2422,7 +2422,7 @@ static void opt_seek(const char *arg) static void opt_debug(const char *arg) { - av_log_level = 99; + av_log_set_level(99); debug = atoi(arg); } |