vapoursynth: Remove old and incorrect docstring sentence

This commit is contained in:
arch1t3cht 2023-09-05 00:21:11 +02:00
parent b2ee8ac036
commit 41ef3fa56a
1 changed files with 0 additions and 1 deletions

View File

@ -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.