summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-16 22:16:04 +0200
committerwm4 <wm4@nowhere>2015-04-16 22:16:04 +0200
commitf4292ebf52fb2e58a1ddbefb06bccd47a38bdc99 (patch)
tree822df368c66d24f292750910e22b942b7fa4db97 /DOCS/man/vf.rst
parent547976633f41c245b9accd6906166bb450e13557 (diff)
downloadmpv-f4292ebf52fb2e58a1ddbefb06bccd47a38bdc99.tar.bz2
mpv-f4292ebf52fb2e58a1ddbefb06bccd47a38bdc99.tar.xz
vf_screenshot: remove this filter
It's entirely useless, especially now that vo.c handles screenshots in a generic way, and requires no special VO support. There are some potential weird use-cases, but actually I've never seen it being used.
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index be7daee09e..3739716340 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -561,12 +561,6 @@ Available filters are:
``show``
Draw a rectangle showing the area defined by x/y/w/h.
-``screenshot``
- Optional filter for screenshot support. This is only needed if the video
- output does not provide working direct screenshot support. Note that it is
- not always safe to insert this filter by default. See `TAKING SCREENSHOTS`_
- for details.
-
``sub=[=bottom-margin:top-margin]``
Moves subtitle rendering to an arbitrary point in the filter chain, or force
subtitle rendering in the video filter as opposed to using video output OSD