diff options
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r-- | src/VideoPlayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index dbfcaac..1a2cc9a 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -86,8 +86,8 @@ namespace QuickMedia { //check_error(mpv_set_option_string(mpv, "vo", "gpu")); //check_error(mpv_set_option_string(mpv, "hwdec", "auto")); - check_error(mpv_set_option_string(mpv, "terminal", "yes")); - check_error(mpv_set_option_string(mpv, "msg-level", "all=v")); + //check_error(mpv_set_option_string(mpv, "terminal", "yes")); + //check_error(mpv_set_option_string(mpv, "msg-level", "all=v")); if(loop) check_error(mpv_set_option_string(mpv, "loop", "inf")); |