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. --- defaultopts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index 16b4b808b9..5a2df5734f 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -38,6 +38,7 @@ void set_default_mplayer_options(struct MPOpts *opts) .video_id = -1, .sub_id = -1, .extension_parsing = 1, + .screenshot_jpeg_quality = 85, .audio_output_channels = 2, .audio_output_format = -1, // AF_FORMAT_UNKNOWN .playback_speed = 1., -- cgit v1.2.3