summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index f28c054500..53e8de7852 100644
--- a/options/options.h
+++ b/options/options.h
@@ -73,6 +73,7 @@ typedef struct mp_vo_opts {
// Subtitle options needed by the subtitle decoders/renderers.
struct mp_subtitle_opts {
int sub_visibility;
+ int sec_sub_visibility;
int sub_pos;
float sub_delay;
float sub_fps;
@@ -106,13 +107,16 @@ struct mp_subtitle_opts {
int ass_justify;
int sub_clear_on_seek;
int teletext_page;
+ int sub_past_video_end;
};
struct mp_sub_filter_opts {
int sub_filter_SDH;
int sub_filter_SDH_harder;
int rf_enable;
+ int rf_plain;
char **rf_items;
+ char **jsre_items;
int rf_warn;
};
@@ -250,6 +254,7 @@ typedef struct MPOpts {
int write_filename_in_watch_later_config;
int ignore_path_in_watch_later_config;
char *watch_later_directory;
+ char **watch_later_options;
int pause;
int keep_open;
int keep_open_pause;
@@ -339,10 +344,12 @@ typedef struct MPOpts {
struct mp_resample_opts *resample_opts;
+ struct ra_ctx_opts *ra_ctx_opts;
struct gl_video_opts *gl_video_opts;
struct angle_opts *angle_opts;
struct opengl_opts *opengl_opts;
struct vulkan_opts *vulkan_opts;
+ struct vulkan_display_opts *vulkan_display_opts;
struct spirv_opts *spirv_opts;
struct d3d11_opts *d3d11_opts;
struct d3d11va_opts *d3d11va_opts;