[MPlayer-DOCS] CVS: main/DOCS/xml/en ports.xml, 1.77, 1.78 video.xml, 1.82, 1.83

Guillaume Poirier CVS syncmail at mplayerhq.hu
Sat Jan 28 21:07:32 CET 2006


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv19946

Modified Files:
	ports.xml video.xml 
Log Message:
SDL video out syntax has changed a while ago, but the XML was not updated since now :)


Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ports.xml	20 Jan 2006 21:04:27 -0000	1.77
+++ ports.xml	28 Jan 2006 20:07:29 -0000	1.78
@@ -737,7 +737,7 @@
 <title>QNX</title>
 <para>
 You'll need to download and install SDL for QNX. Then run
-<application>MPlayer</application> with <option>-vo sdl:photon</option>
+<application>MPlayer</application> with <option>-vo sdl driver=photon</option>
 and <option>-ao sdl:nto</option> options, it should be fast.
 </para>
 

Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- video.xml	5 Jan 2006 23:32:18 -0000	1.82
+++ video.xml	28 Jan 2006 20:07:29 -0000	1.83
@@ -407,7 +407,7 @@
 
 <para>
 Now use <option>-vo dga</option> option, and there you go! (hope so:) You
-should also try if the <option>-vo sdl:dga</option> option works for you!
+should also try if the <option>-vo sdl driver=dga</option> option works for you!
 It's much faster!
 </para>
 
@@ -455,7 +455,7 @@
 <title>DGA &amp; MPLAYER</title>
 <para>
 DGA is used in two places with <application>MPlayer</application>: The SDL
-driver can be made to make use of it (<option>-vo sdl:dga</option>) and
+driver can be made to make use of it (<option>-vo sdl driver=dga</option>) and
 within the DGA driver (<option>-vo dga</option>). The above said is true
 for both; in the following sections I'll explain how the DGA driver for
 <application>MPlayer</application> works.
@@ -629,7 +629,7 @@
 <variablelist>
 <title>There are several command line switches for SDL:</title>
 <varlistentry>
-  <term><option>-vo sdl:<replaceable>name</replaceable></option></term>
+  <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>)
@@ -676,7 +676,7 @@
 <itemizedlist>
 <title>Known bugs:</title>
 <listitem><simpara>
-  Keys pressed under sdl:aalib console driver repeat forever. (use
+  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>




More information about the MPlayer-DOCS mailing list