From 41ef3fa56acf0eb67f79f227b8b77c8606698de3 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Tue, 5 Sep 2023 00:21:11 +0200 Subject: [PATCH] vapoursynth: Remove old and incorrect docstring sentence --- automation/vapoursynth/aegisub_vs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/vapoursynth/aegisub_vs.py b/automation/vapoursynth/aegisub_vs.py index 412ac1e5d..b7bd160ea 100644 --- a/automation/vapoursynth/aegisub_vs.py +++ b/automation/vapoursynth/aegisub_vs.py @@ -172,7 +172,6 @@ def make_keyframes(clip: vs.VideoNode, use_scxvid: bool = False, **kwargs: Any) -> List[int]: """ Generates a list of keyframes from a clip, using either WWXD or Scxvid. - Will be slightly more efficient with the `akarin` plugin installed. :param clip: Clip to process. :param use_scxvid: Whether to use Scxvid. If False, the function uses WWXD.