From f1a00bd313067ad4a315b82db5337cc2ecbdd0fe Mon Sep 17 00:00:00 2001 From: Alex Mitzsch <43502191+mitzsch@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:56:25 +0100 Subject: [PATCH] Revert "vo_gpu_next: set --target-colorspace-hint to `yes` by default" This reverts commit 23843b4aa594dc8c885575f3d237cde3c29398a2. --- DOCS/interface-changes/target-hint.txt | 1 - DOCS/man/options.rst | 1 - video/out/vo_gpu_next.c | 1 - 3 files changed, 3 deletions(-) delete mode 100644 DOCS/interface-changes/target-hint.txt diff --git a/DOCS/interface-changes/target-hint.txt b/DOCS/interface-changes/target-hint.txt deleted file mode 100644 index 03f7f6ddfc8f7..0000000000000 --- a/DOCS/interface-changes/target-hint.txt +++ /dev/null @@ -1 +0,0 @@ -change `target-colorspace-hint` default to `yes` diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 1275b51dcdc86..d9fcee98925bf 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6867,7 +6867,6 @@ them. Automatically configure the output colorspace of the display to pass through the input values of the stream (e.g. for HDR passthrough), if possible. Requires a supporting driver and ``--vo=gpu-next``. - (Default: ``yes``) ``--target-prim=`` Specifies the primaries of the display. Video colors will be adapted to diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c index 4dd71a9642942..d9c1104ef1784 100644 --- a/video/out/vo_gpu_next.c +++ b/video/out/vo_gpu_next.c @@ -205,7 +205,6 @@ const struct m_sub_options gl_next_conf = { .defaults = &(struct gl_next_opts) { .border_background = BACKGROUND_COLOR, .inter_preserve = true, - .target_hint = true, }, .size = sizeof(struct gl_next_opts), .change_flags = UPDATE_VIDEO,