Skip to content

Commit

Permalink
Add force, force_h, force_v in resize2
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 16, 2024
1 parent 766eb6f commit 0535340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vskernels/kernels/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_params_args(
args = super().get_params_args(is_descale, clip, width, height, **kwargs)

if not is_descale:
for key in ('border_handling', 'ignore_mask', 'force', 'force_h', 'force_v'):
for key in ('border_handling', 'ignore_mask'):
args.pop(key, None)

return args
Expand Down

0 comments on commit 0535340

Please sign in to comment.