Skip to content

Commit

Permalink
tweak_clip: Remove non-existent param
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Oct 5, 2024
1 parent 008e776 commit b043c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsadjust/tweaking.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def tweak_clip(
luma_max = scale_value(235, **sv_args_out)
chroma_max = scale_value(240, **sv_args_out, chroma=True)

chroma_center = get_neutral_value(clip, True)
chroma_center = get_neutral_value(clip)

if relative_sat is not None:
if cont == 1.0 or relative_sat == 1.0:
Expand Down

0 comments on commit b043c19

Please sign in to comment.