Skip to content

Commit

Permalink
fix clamp_aa indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Dec 16, 2024
1 parent 5007282 commit 185f7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vsaa/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ def clamp_aa(
else:
expr = f'x y - x z - xor x x y - abs x z - abs < z y {thr} + min y {thr} - max z ? ?'

clamped = norm_expr(
[func.work_clip, ref, weak_aa, strong_aa] if ref else [func.work_clip, strong_aa, strong_aa],
expr, func.norm_planes
)
clamped = norm_expr(
[func.work_clip, ref, weak_aa, strong_aa] if ref else [func.work_clip, strong_aa, strong_aa],
expr, func.norm_planes
)

if mask:
if not isinstance(mask, vs.VideoNode):
Expand Down

0 comments on commit 185f7d9

Please sign in to comment.