DOCS/man/vf.rst : replace the outdated syntax

`get_core()` had been deprecated for several years and totally
removed since vapoursynth R55 API4.
This commit is contained in:
hooke007 2022-09-26 23:36:25 +01:00 committed by Leo Izen
parent 1c8fdf6992
commit 1c05a30e95
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ Available mpv-only filters are:
::
import vapoursynth as vs
core = vs.get_core()
from vapoursynth import core
core.std.AddBorders(video_in, 10, 10, 20, 20).set_output()
.. warning::