From 5f57d276562c18ce65c47fa60f442ea427d7033e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Aug 2012 17:48:30 +0200 Subject: image_writer: add option parsing image_writer now provides its own option parsing, and screenshot.c and the mplayer frontend use it. --- options.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'options.h') 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; -- cgit v1.2.3