summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-20 09:55:47 +0100
committerwm4 <wm4@nowhere>2019-12-20 13:00:39 +0100
commit0e98b2ad8ec00d3995051f2a9bfb5a5b268704e0 (patch)
treecdc7907c39c8dd2c981487739982173a58449c26 /DOCS
parent1cb9e7efb8b7420e80d31f45c508b05bae96685e (diff)
downloadmpv-0e98b2ad8ec00d3995051f2a9bfb5a5b268704e0.tar.bz2
mpv-0e98b2ad8ec00d3995051f2a9bfb5a5b268704e0.tar.xz
edl: accept arbitrary paths
Until now, .edl files accepted only "simple" filenames, i.e. no relative or absolute paths, no URLs. Now that the origin bullshit is a bit cleaned up and enforced in the EDL code, there's absolutely no reason to keep this. The new code behaves somewhat similar to playlists. (Although playlists are special because they're not truly recursively opened.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/edl-mpv.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index c5771c2bca..46a25293aa 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -254,6 +254,3 @@ header, the syntax is exactly the same. It's far more convenient to use ``;``
instead of line breaks, but that is orthogonal.
Example: ``edl://f1.mkv,length=5,start=10;f2.mkv,30,20;f3.mkv``
-
-As a quirks, mpv will accept arbitrary paths in EDLs originating from
-``edl://``, while ``.edl`` does not. This makes no sense.