aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 8c17f35..47544e9 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -106,7 +106,7 @@ namespace QuickMedia {
"--hr-seek=yes",
//"--cache=no",
"--force-seekable=yes",
- "--cache-pause=no",
+ "--cache-pause=yes",
input_conf.c_str(),
wid_arg.c_str()
});