mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
based on a patch by On2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c61f1c20c2
commit
a63e8dce21
@ -159,6 +159,7 @@ void mp_msp_av_log_callback(void *ptr, int level, const char *fmt, va_list vl)
|
||||
char buf[256];
|
||||
|
||||
switch(level){
|
||||
case AV_LOG_VERBOSE: mp_level = MSGL_V ; break;
|
||||
case AV_LOG_DEBUG: mp_level= MSGL_V ; break;
|
||||
case AV_LOG_INFO : mp_level= MSGL_INFO; break;
|
||||
case AV_LOG_ERROR: mp_level= MSGL_ERR ; break;
|
||||
|
Loading…
Reference in New Issue
Block a user