aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-02 20:03:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-02 20:03:24 +0200
commit38874aa9c8bfcf12bd1ceef013a2342da5a0eeea (patch)
treeeb4577d8ad4675b1aeb7e7f05bdf5bb540241579 /include/QuickMedia.hpp
parent99bee0e8d2c498f6dff94a87db7540687161f3f7 (diff)
Add --no-video option to play videos with only audio
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 03bfcb9..155adc7 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -117,6 +117,7 @@ namespace QuickMedia {
int exit_code = 0;
std::string resources_root;
bool use_tor = false;
+ bool no_video = false;
bool use_system_mpv_config = false;
bool upscale_images = false;
bool running = false;