mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
vo_gpu: undeprecate --gamma-factor
deprecated since 0.35 inac39661and2207236.
This commit is contained in:
1
DOCS/interface-changes/gamma-factor.txt
Normal file
1
DOCS/interface-changes/gamma-factor.txt
Normal file
@@ -0,0 +1 @@
|
||||
undeprecate `--gamma-factor`
|
||||
@@ -6811,8 +6811,6 @@ them.
|
||||
other ways (like with the ``--gamma`` option or key bindings and the
|
||||
``gamma`` property), the value is multiplied with the other gamma value.
|
||||
|
||||
This option is deprecated and may be removed in the future.
|
||||
|
||||
``--gamma-auto``
|
||||
Automatically corrects the gamma value depending on ambient lighting
|
||||
conditions (adding a gamma boost for bright rooms).
|
||||
|
||||
@@ -433,8 +433,7 @@ const struct m_sub_options gl_video_conf = {
|
||||
.opts = (const m_option_t[]) {
|
||||
{"gpu-dumb-mode", OPT_CHOICE(dumb_mode,
|
||||
{"auto", 0}, {"yes", 1}, {"no", -1})},
|
||||
{"gamma-factor", OPT_FLOAT(gamma), M_RANGE(0.1, 2.0),
|
||||
.deprecation_message = "no replacement"},
|
||||
{"gamma-factor", OPT_FLOAT(gamma), M_RANGE(0.1, 2.0)},
|
||||
{"gamma-auto", OPT_BOOL(gamma_auto),
|
||||
.deprecation_message = "no replacement"},
|
||||
{"target-prim", OPT_CHOICE_C(target_prim, pl_csp_prim_names)},
|
||||
|
||||
Reference in New Issue
Block a user