From 9972847265f760ec6d7f813750325f11f7e0077f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Mar 2016 23:51:55 +0100 Subject: demux: add null demuxer It's useless, but can be used for fancy --lavfi-complex nonsense. --- DOCS/man/mpv.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS/man/mpv.rst') 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. -- cgit v1.2.3