[MPlayer-DOCS] CVS: main/DOCS/xml/en video.xml,1.60,1.61

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Aug 22 16:50:53 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	video.xml 
Log Message:
spelling


Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- video.xml	19 Jul 2004 22:44:34 -0000	1.60
+++ video.xml	22 Aug 2004 14:50:51 -0000	1.61
@@ -487,13 +487,13 @@
 </formalpara>
 <para>
 If you should be lucky enough to have enough offscreen memory left to
-put a whole image there, the DGA driver will use doublebuffering, which
+put a whole image there, the DGA driver will use double buffering, which
 results in much smoother movie replaying. It will tell you whether
-doublebuffering is enabled or not.
+double buffering is enabled or not.
 </para>
 
 <para>
-Doublebuffering means that the next frame of your video is being drawn in
+Double buffering means that the next frame of your video is being drawn in
 some offscreen memory while the current frame is being displayed. When the
 next frame is ready, the graphics chip is just told the location in memory
 of the new frame and simply fetches the data to be displayed from there.
@@ -502,11 +502,11 @@
 </para>
 
 <para>
-Doublebuffering may be switched on by using the option
+Double buffering may be switched on by using the option
 <option>-double</option> and may be disabled with
 <option>-nodouble</option>. Current default option is to disable
-doublebuffering. When using the DGA driver, onscreen display (OSD) only
-works with doublebuffering enabled. However, enabling doublebuffering may
+double buffering. When using the DGA driver, onscreen display (OSD) only
+works with double buffering enabled. However, enabling double buffering may
 result in a big speed penalty (on my K6-II+ 525 it used an additional 20%
 of CPU time!) depending on the implementation of DGA for your hardware.
 </para>
@@ -579,7 +579,7 @@
   </simpara></listitem>
 <listitem><simpara>
   Some drivers lie about the amount of memory they map into the process's
-  address space, thus vo_dga won't use doublebuffering (SIS?).
+  address space, thus vo_dga won't use double buffering (SIS?).
   </simpara></listitem>
 <listitem><simpara>
   Some drivers seem to fail to report even a single valid mode. In this
@@ -587,7 +587,7 @@
   100000x100000 or something like that.
   </simpara></listitem>
 <listitem><simpara>
-  OSD only works with doublebuffering enabled (else it flickers).
+  OSD only works with double buffering enabled (else it flickers).
   </simpara></listitem>
 </itemizedlist>
 




More information about the MPlayer-DOCS mailing list