summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
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 9d290e147f..f43ed87029 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -556,9 +556,3 @@ Available mpv-only filters are:
which algorithm is actually selected. ``none`` always falls back. On
most if not all hardware, this option will probably do nothing, because
a video processor usually supports all modes or none.
-
-``buffer=<num>``
- Buffer ``<num>`` frames in the filter chain. This filter is probably pretty
- useless, except for debugging. (Note that this won't help to smooth out
- latencies with decoding, because the filter will never output a frame if
- the buffer isn't full, except on EOF.)