summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-30 22:44:35 +0200
committerwm4 <wm4@nowhere>2014-07-30 23:29:00 +0200
commitf8ab732ac3cc635dde06c195fe48905116fe9eee (patch)
tree4eb7452144f89d53969e3a17e96645679e59b224 /DOCS
parent8d990408d70f33f72e77a275e02f2439ec34844b (diff)
downloadmpv-f8ab732ac3cc635dde06c195fe48905116fe9eee.tar.bz2
mpv-f8ab732ac3cc635dde06c195fe48905116fe9eee.tar.xz
video/filter: add vf_buffer
Mostly useful for debugging.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index d25686f137..8adf396068 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -969,3 +969,9 @@ Available filters are:
Use default VDPAU scaling (default).
1-9
Apply high quality VDPAU scaling (needs capable hardware).
+
+``buffer=<num>``
+ Buffer ``<num>`` frames in the filter chain. This filter is probably pretty
+ useless, except for debugging. (Note that this won't help smoothing out
+ latencies with decoding, because the filter will never output a frame if
+ the buffer isn't full, except on EOF.)