summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-12-12 22:29:25 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2023-02-13 21:53:41 +0100
commitc9758885849420f267e156c36ba0939a8b0c66d7 (patch)
treec14aad840e293c7b78b3fc9545df3eb659e18740 /video/out
parentff2602449674eea222cc99294e66802a19d97cdd (diff)
downloadmpv-c9758885849420f267e156c36ba0939a8b0c66d7.tar.bz2
mpv-c9758885849420f267e156c36ba0939a8b0c66d7.tar.xz
player/screenshot: pass on ability to output native CSP
Fixes: #10988
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;
};