summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/options.h b/options.h
index 48f5c539a5..e77384b7f4 100644
--- a/options.h
+++ b/options.h
@@ -72,6 +72,7 @@ typedef struct MPOpts {
int doubleclick_time;
int list_properties;
double seek_to_sec;
+ int start_paused;
int audio_id;
int video_id;
int sub_id;
@@ -87,6 +88,11 @@ typedef struct MPOpts {
char *sub_demuxer_name;
int extension_parsing;
+ int screenshot_jpeg_quality;
+ int screenshot_png_compression;
+ char *screenshot_filetype;
+ char *screenshot_template;
+
int audio_output_channels;
int audio_output_format;
float playback_speed;