summaryrefslogtreecommitdiffstats
path: root/video/image_writer.c
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2023-02-08 09:13:00 -0500
committerNiklas Haas <github-daiK1o@haasn.dev>2023-02-09 21:03:28 +0100
commit8ba7b8f0d2ec838bac10ca011bd0065b2a3b454a (patch)
treee2ec87de6073542882708b282a3a879103f41765 /video/image_writer.c
parenta3340645beade8a92eae90ac89c467e1cb439741 (diff)
downloadmpv-8ba7b8f0d2ec838bac10ca011bd0065b2a3b454a.tar.bz2
mpv-8ba7b8f0d2ec838bac10ca011bd0065b2a3b454a.tar.xz
video/image_writer: change screenshot-tag-colorspace default to yes
With significant improvements to the color tagging support in various screenshot formats, e.g. cICP in FFmpeg, and JPEG XL's generally robust color support, it's safe to default this to yes.
Diffstat (limited to 'video/image_writer.c')
-rw-r--r--video/image_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/image_writer.c b/video/image_writer.c
index 85d359bba6..1a3dab7fbd 100644
--- a/video/image_writer.c
+++ b/video/image_writer.c
@@ -53,7 +53,7 @@ const struct image_writer_opts image_writer_opts_defaults = {
.webp_compression = 4,
.jxl_distance = 1.0,
.jxl_effort = 3,
- .tag_csp = 0,
+ .tag_csp = 1,
};
const struct m_opt_choice_alternatives mp_image_writer_formats[] = {