summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 21:30:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 21:30:59 +0000
commit83e3cf9f2a651468c0f6553d88ee12397f825802 (patch)
treebcc638f5caac8b7ad0df955a5358ac0cb962495a /DOCS
parent48416d04caa65eec2fb01f31baafe6b78383719a (diff)
downloadmpv-83e3cf9f2a651468c0f6553d88ee12397f825802.tar.bz2
mpv-83e3cf9f2a651468c0f6553d88ee12397f825802.tar.xz
Remove outdated/duplicate parts from the SDL section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20054 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index a270560f67..e4451e2424 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -632,64 +632,6 @@ SDL video output supports displaying subtitles under the movie, on the (if
present) black bar.
</para>
-<variablelist>
-<title>There are several command line switches for SDL:</title>
-<varlistentry>
- <term><option>-vo sdl:driver=<replaceable>name</replaceable></option></term>
- <listitem><simpara>
- specifies SDL video driver to use (i.e. <literal>aalib</literal>,
- <literal>dga</literal>, <literal>x11</literal>)
- </simpara></listitem>
-</varlistentry>
-<varlistentry>
- <term><option>-ao sdl:<replaceable>name</replaceable></option></term>
- <listitem><simpara>
- specifies SDL audio driver to use (i.e. <literal>dsp</literal>,
- <literal>esd</literal>, <literal>artsc</literal>)
- </simpara></listitem>
-</varlistentry>
-<varlistentry>
- <term><option>-noxv</option></term>
- <listitem><simpara>
- disables XVideo hardware acceleration
- </simpara></listitem>
-</varlistentry>
-<varlistentry>
- <term><option>-forcexv</option></term>
- <listitem><simpara>
- tries to force XVideo acceleration
- </simpara></listitem>
-</varlistentry>
-</variablelist>
-
-<table id="sdl_only_keys">
-<title>SDL only keys</title>
-<tgroup cols="2">
-<thead>
-<row><entry>Key</entry><entry>Action</entry></row>
-</thead>
-<tbody>
-<row><entry><keycap>c</keycap></entry><entry>
- cycles available fullscreen modes
- </entry></row>
-<row><entry><keycap>n</keycap></entry><entry>
- changes back to normal mode
- </entry></row>
-</tbody>
-</tgroup>
-</table>
-
-<itemizedlist>
-<title>Known bugs:</title>
-<listitem><simpara>
- Keys pressed under sdl:driver=aalib console driver repeat forever. (use
- <option>-vo aa</option>!) It's bug in SDL, I can't change it (tested with
- SDL 1.2.1).
- </simpara></listitem>
-<listitem><simpara>
- DO NOT USE SDL with GUI! It won't work as it should.
- </simpara></listitem>
-</itemizedlist>
</sect2>