From 62904203804afb614f4809495f1a1bb6e4006aaa Mon Sep 17 00:00:00 2001 From: Anton Kindestam Date: Sat, 28 Sep 2019 10:26:23 +0200 Subject: vo: make swapchain-depth option generic for all VOs In preparation for making vo_drm able to use swapchain-depth --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') 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. -- cgit v1.2.3