summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 31006c11bd..53b8cc4564 100644
--- a/options/options.h
+++ b/options/options.h
@@ -19,6 +19,7 @@ typedef struct mp_vo_opts {
int fs_black_out_screens;
char *winname;
int x11_netwm;
+ int x11_bypass_compositor;
int native_keyrepeat;
float panscan;
@@ -42,6 +43,8 @@ typedef struct mp_vo_opts {
float monitor_pixel_aspect;
int force_window_position;
+ char *mmcss_profile;
+
// vo_wayland, vo_drm
struct sws_opts *sws_opts;
// vo_opengl, vo_opengl_cb
@@ -173,6 +176,7 @@ typedef struct MPOpts {
struct m_rel_time play_start;
struct m_rel_time play_end;
struct m_rel_time play_length;
+ int rebase_start_time;
int play_frames;
double ab_loop[2];
double step_sec;
@@ -267,6 +271,7 @@ typedef struct MPOpts {
int hwdec_api;
char *hwdec_codecs;
+ int videotoolbox_format;
int w32_priority;