aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 210a2ca..e3dab43 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -33,8 +33,8 @@ namespace QuickMedia {
if(!mpv)
throw VideoInitializationException("Failed to create mpv handle");
- mpv_set_option_string(mpv, "input-default-bindings", "yes");
- mpv_set_option_string(mpv, "input-vo-keyboard", "yes");
+ //mpv_set_option_string(mpv, "input-default-bindings", "yes");
+ //mpv_set_option_string(mpv, "input-vo-keyboard", "yes");
mpv_set_option_string(mpv, "cache-secs", "120");
mpv_set_option_string(mpv, "demuxer-max-bytes", "20M");
mpv_set_option_string(mpv, "demuxer-max-back-bytes", "10M");