Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 authored Jan 25, 2025
1 parent d062773 commit 9c9b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdenoise/deblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ 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.
"""
Expand Down

0 comments on commit 9c9b229

Please sign in to comment.