make mpv log less while debugging other things
This commit is contained in:
parent
1fcb4db912
commit
968e77218a
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ MpvObject::MpvObject(QQuickItem *parent)
|
|||
if (!mpv)
|
||||
throw std::runtime_error("could not create mpv context");
|
||||
|
||||
mpv_set_option_string(mpv, "terminal", "yes");
|
||||
// these are the terminal messages
|
||||
// mpv_set_option_string(mpv, "terminal", "yes");
|
||||
// mpv_set_option_string(mpv, "msg-level", "all=warn,ao/alsa=error");
|
||||
// mpv_set_option_string(mpv, "msg-level", "all=debug");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue