summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-12 14:53:37 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-12 22:02:56 +0200
commit26cdd52801db325bba5aaedc1b3544d086049fd6 (patch)
treea40fbfdfd905e7ca558d4e600027040096e8eed5 /DOCS
parent6c8e7daebb64da59325c4fca10dd3274702ff4f4 (diff)
downloadmpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.bz2
mpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.xz
vf_buffer: remove this filter
It has been deprecated for a while and is 100% useless. It was forgotten in the recent filter purge. Get rid of it.
Diffstat (limited to 'DOCS')
-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.)