summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 17:48:30 +0200
committerwm4 <wm4@nowhere>2012-08-06 17:48:30 +0200
commit5f57d276562c18ce65c47fa60f442ea427d7033e (patch)
tree95e7820e8ed3be3a3d809feb22dd236c7f1af0fc /options.h
parent4de99d9c0c1451db8a11c4f8173352e932844f14 (diff)
downloadmpv-5f57d276562c18ce65c47fa60f442ea427d7033e.tar.bz2
mpv-5f57d276562c18ce65c47fa60f442ea427d7033e.tar.xz
image_writer: add option parsing
image_writer now provides its own option parsing, and screenshot.c and the mplayer frontend use it.
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/options.h b/options.h
index f87ee16669..307f9682b3 100644
--- a/options.h
+++ b/options.h
@@ -85,9 +85,7 @@ typedef struct MPOpts {
char *sub_demuxer_name;
int extension_parsing;
- int screenshot_jpeg_quality;
- int screenshot_png_compression;
- char *screenshot_filetype;
+ struct image_writer_opts *screenshot_image_opts;
char *screenshot_template;
int audio_output_channels;