summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-20 18:00:20 +0200
committerwm4 <wm4@nowhere>2016-04-20 18:00:20 +0200
commit60664bc00b8ba18c514e9194399aa753e795fdd7 (patch)
treed68efdfe1663242aedaea0c43fbcd562ef6a5111 /DOCS/man/mpv.rst
parent834a23651476ab1f3341bdde75445211f7391084 (diff)
downloadmpv-60664bc00b8ba18c514e9194399aa753e795fdd7.tar.bz2
mpv-60664bc00b8ba18c514e9194399aa753e795fdd7.tar.xz
stream_memory: add hex:// protocol
Completely useless, expect for some special purposes.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index ea0681c5ae..bdde369672 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -715,6 +715,9 @@ PROTOCOLS
``memory://data``
Use the ``data`` part as source data.
+``hex://data``
+ Like ``memory://``, but the string is interpreted as hexdump.
+
PSEUDO GUI MODE
===============