From c9758885849420f267e156c36ba0939a8b0c66d7 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 12 Dec 2022 22:29:25 +0100 Subject: player/screenshot: pass on ability to output native CSP Fixes: #10988 --- video/out/vo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out') 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; }; -- cgit v1.2.3