make mpv log less while debugging other things

This commit is contained in:
Chris Cochrun 2022-08-30 05:41:36 -05:00
parent 1fcb4db912
commit 968e77218a

View file

@ -133,7 +133,8 @@ MpvObject::MpvObject(QQuickItem *parent)
if (!mpv) if (!mpv)
throw std::runtime_error("could not create mpv context"); 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=warn,ao/alsa=error");
// mpv_set_option_string(mpv, "msg-level", "all=debug"); // mpv_set_option_string(mpv, "msg-level", "all=debug");