summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.h b/options.h
index 9f1352d98f..670c3ac6e5 100644
--- a/options.h
+++ b/options.h
@@ -67,6 +67,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;
@@ -82,6 +83,10 @@ typedef struct MPOpts {
char *sub_demuxer_name;
int extension_parsing;
+ int screenshot_jpeg_quality;
+ int screenshot_png_compression;
+ char *screenshot_filetype;
+
int audio_output_channels;
int audio_output_format;
float playback_speed;