Skip to content

Commit

Permalink
Update shifter for fine_aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 22, 2023
1 parent a4fcc54 commit 5a2eb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsaa/funcs.py
Expand Up @@ -5,7 +5,7 @@
from typing import TYPE_CHECKING, Any, Literal

from vsexprtools import ExprOp, complexpr_available, norm_expr
from vskernels import Catrom, NoScale, Scaler, ScalerT, Spline144
from vskernels import Catrom, NoScale, Scaler, ScalerT, Bilinear
from vsmasktools import EdgeDetect, EdgeDetectT, Morpho, Prewitt, ScharrTCanny
from vsrgtools import RepairMode, box_blur, contrasharpening_median, median_clips, repair, unsharp_masked
from vstools import (
Expand Down Expand Up @@ -279,7 +279,7 @@ def fine_aa(
"""
assert clip.format

singlerater = singlerater.copy(shifter=Spline144()) # type: ignore
singlerater = singlerater.copy(shifter=Bilinear()) # type: ignore

func = FunctionUtil(clip, fine_aa, planes)

Expand Down

0 comments on commit 5a2eb09

Please sign in to comment.