Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 committed Jan 25, 2025
1 parent d062773 commit 7bac865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsdenoise/deblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ def mpeg2stinx(
:param bobber: Callable to use in place of the internal deinterlacing filter.
:param radius: x, y radius of min-max clipping (i.e. repair) to remove artifacts.
:param scale: If specified, temporal limiting is used, where the changes by crossfieldrepair
are limited to scale times the difference between the current frame and its neighbours.
are limited to scale times the difference between the current frame and its neighbours.
:return: Clip with cross-field noise reduced.
:return: Clip with cross-field noise reduced.
"""

def crossfield_repair(clip: vs.VideoNode, bobbed: vs.VideoNode, sw: int, sh: int) -> vs.VideoNode:
Expand Down

0 comments on commit 7bac865

Please sign in to comment.