summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-04 23:51:55 +0100
committerwm4 <wm4@nowhere>2016-03-04 23:51:55 +0100
commit9972847265f760ec6d7f813750325f11f7e0077f (patch)
tree3b845cbe198a5147c95488ca5a73592bd159bdd8 /DOCS/man/mpv.rst
parent3f60548df472d01387784601526e378d8ffb4659 (diff)
downloadmpv-9972847265f760ec6d7f813750325f11f7e0077f.tar.bz2
mpv-9972847265f760ec6d7f813750325f11f7e0077f.tar.xz
demux: add null demuxer
It's useless, but can be used for fancy --lavfi-complex nonsense.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 6716c382f2..62a3a72f55 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -708,7 +708,9 @@ PROTOCOLS
Stitch together parts of multiple files and play them.
``null://``
- Simulate an empty file.
+ Simulate an empty file. If opened for writing, it will discard all data.
+ The ``null`` demuxer will specifically pass autoprobing if this protocol
+ is used (while it's not automatically invoked for empty files).
``memory://data``
Use the ``data`` part as source data.