aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index ac18151..04bc27f 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -146,7 +146,6 @@ namespace QuickMedia {
"--no-resume-playback",
// TODO: Disable hr seek on low power devices?
"--hr-seek=yes",
- //"--cache=no",
"--force-seekable=yes",
"--image-display-duration=5",
"--cache-pause=yes",
@@ -154,12 +153,8 @@ namespace QuickMedia {
"--cache-on-disk=yes",
"--cache-secs=86400", // 24 hours
"--sub-font-size=40",
- //"--sub-font=DejaVuSans-Bold",
- //"--sub-bold=yes",
"--sub-margin-y=45",
"--sub-border-size=1.95",
- "--sub-shadow-offset=1.25",
- "--sub-shadow-color=0.2/0.9",
cache_dir.c_str(),
input_conf.c_str(),
wid_arg.c_str()