Skip to content

Commit

Permalink
Revert "vo_gpu_next: set --target-colorspace-hint to yes by default"
Browse files Browse the repository at this point in the history
This reverts commit 23843b4.
  • Loading branch information
mitzsch committed Dec 23, 2024
1 parent e468270 commit f1a00bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion DOCS/interface-changes/target-hint.txt

This file was deleted.

1 change: 0 additions & 1 deletion DOCS/man/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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=<value>``
Specifies the primaries of the display. Video colors will be adapted to
Expand Down
1 change: 0 additions & 1 deletion video/out/vo_gpu_next.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f1a00bd

Please sign in to comment.