diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/VideoPlayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 4b3ec92..ac17950 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -153,6 +153,8 @@ namespace QuickMedia { "--cache=yes", "--cache-on-disk=yes", "--cache-secs=86400", // 24 hours + "--sub-font-size=35", + "--sub-margin-y=45", cache_dir.c_str(), input_conf.c_str(), wid_arg.c_str() |