From 09cdd1406d5abe60bce57c7c2c3e71abe4330053 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 6 Oct 2011 20:46:02 +0200 Subject: screenshot: add jpg support The screenshot image file type can now be selected with the --screenshot-filetype option. The --screenshot-jpeg-quality option controls the compression setting of the written JPEG image file. --- options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 9f1352d98f..e327005ef9 100644 --- a/options.h +++ b/options.h @@ -82,6 +82,9 @@ typedef struct MPOpts { char *sub_demuxer_name; int extension_parsing; + int screenshot_jpeg_quality; + char *screenshot_filetype; + int audio_output_channels; int audio_output_format; float playback_speed; -- cgit v1.2.3