summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-10-05 00:16:46 +0200
committerwm4 <wm4@nowhere>2020-10-05 00:16:46 +0200
commit39f4fd0dc7e025af5c653e43dc05e71455d99570 (patch)
treea8c55afec447edfaf34e7e8ea177b44e072fd46c /options/options.c
parent34b8adc4562f38374d8eb981b002f268dc5640d4 (diff)
downloadmpv-39f4fd0dc7e025af5c653e43dc05e71455d99570.tar.bz2
mpv-39f4fd0dc7e025af5c653e43dc05e71455d99570.tar.xz
screenshot: add --screenshot-sw option
Probably worthless. As usual, the manpage dumps all the subtle differences due to implementation details on the user.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index a4d3d3250d..c297200a45 100644
--- a/options/options.c
+++ b/options/options.c
@@ -752,6 +752,7 @@ static const m_option_t mp_opts[] = {
{"screenshot-template", OPT_STRING(screenshot_template)},
{"screenshot-directory", OPT_STRING(screenshot_directory),
.flags = M_OPT_FILE},
+ {"screenshot-sw", OPT_BOOL(screenshot_sw)},
{"record-file", OPT_STRING(record_file), .flags = M_OPT_FILE,
.deprecation_message = "use --stream-record or the dump-cache command"},