summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index a2073944b3..0f01a4b056 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -179,7 +179,7 @@ struct voctrl_performance_data {
};
struct voctrl_screenshot {
- bool scaled, subs, osd, high_bit_depth;
+ bool scaled, subs, osd, high_bit_depth, native_csp;
struct mp_image *res;
};