Skip to content

Commit

Permalink
fix min_blur usage
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 committed Jan 14, 2025
1 parent b7e95b6 commit ec28318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdehalo/warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def YAHR(

blur_diff, blur_warped_diff = [
c.std.MakeDiff(
BlurMatrix.BINOMIAL()(min_blur(c, 2, planes), planes=planes), planes
BlurMatrix.BINOMIAL()(min_blur(c, 2, planes=planes), planes=planes), planes
) for c in (work_clip, warped)
]

Expand Down

0 comments on commit ec28318

Please sign in to comment.