summaryrefslogtreecommitdiffstats
path: root/options/options.h
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.h
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.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 606bc6c8a2..b865ff8896 100644
--- a/options/options.h
+++ b/options/options.h
@@ -276,6 +276,7 @@ typedef struct MPOpts {
struct image_writer_opts *screenshot_image_opts;
char *screenshot_template;
char *screenshot_directory;
+ bool screenshot_sw;
int index_mode;