summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-05 23:07:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-05 23:07:07 +0000
commit970dd1a66ca09227225e3fd48551589ce9fbb4a2 (patch)
tree3709463f65aa631012a2054eaa1604e8a8ca093c /DOCS
parentd1919024eec1b75b7285de9e855a3a5d76bf6241 (diff)
downloadmpv-970dd1a66ca09227225e3fd48551589ce9fbb4a2.tar.bz2
mpv-970dd1a66ca09227225e3fd48551589ce9fbb4a2.tar.xz
whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10531 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/documentation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index a22b8a6270..4d71fd8b7c 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -1280,11 +1280,11 @@ are just a few tips:
<P>The EDL file format is pretty bare-bones. Once the EDL system has reached a
certain level of maturity, an XML-based file format will probably be
implemented (keeping backwards compatibility with previous EDL formats).</P>
-
+
<P>The maximum number of EDL entries for the current incarnation of EDL is 1000.
If you happen to need more, change the <CODE>#define MAX_EDL_ENTRIES</CODE>
in the <CODE>edl.h</CODE> file.</P>
-
+
<H3><A NAME="edl_using">2.5.1 Using an EDL file</A></H3>
<P>Include the <CODE>-edl &lt;filename&gt;</CODE> flag when you run MPlayer,
@@ -1309,13 +1309,13 @@ are just a few tips:
15 seconds, unmute at 16.7 seconds and skip from second 420 to second
422 of the video. These actions will be performed when the playback timer
reaches the times given in the file.</P>
-
+
<P>To create an EDL file to work from, use the
<CODE>-edlout &lt;filename&gt;</CODE> flag. During playback, when you want to
mark the previous two seconds to skip over, hit <CODE>i</CODE>. A
corresponding entry will be written to the file for that time. You can then go
back and fine-tune the generated EDL file.</P>
-
+
<H1><A NAME="usage">3. Usage</A></H1>