summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index d979f11e19..be76364c89 100644
--- a/options/options.h
+++ b/options/options.h
@@ -59,6 +59,8 @@ typedef struct mp_vo_opts {
struct sws_opts *sws_opts;
// vo_drm
struct drm_opts *drm_opts;
+
+ int swapchain_depth; // max number of images to render ahead
} mp_vo_opts;
// Subtitle options needed by the subtitle decoders/renderers.