summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-06 15:27:03 -0600
committerDudemanguy <random342@airmail.cc>2023-11-07 00:52:46 +0000
commitcf69fa03ca5c5dae0db79c6c96b148088180936a (patch)
treeace1ed8f42f6f4bcab6c48e47eb8204e07053bc5 /video/out/vo.h
parentbd4bf6e3836a11733bbebc70002187b2f2ee37ae (diff)
downloadmpv-cf69fa03ca5c5dae0db79c6c96b148088180936a.tar.bz2
mpv-cf69fa03ca5c5dae0db79c6c96b148088180936a.tar.xz
vo: replace max swapchain depth magic number
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 6b832b28e8..a643830e1b 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -192,6 +192,7 @@ enum {
};
#define VO_MAX_REQ_FRAMES 10
+#define VO_MAX_SWAPCHAIN_DEPTH 8
struct vo;
struct osd_state;