summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-25 23:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-25 23:15:50 +0000
commitd82b1673f464b7d6fdfc07d0a67944dc519ab0ce (patch)
treee23e7bbf840818867aa89510fa41d1e709cdf706 /DOCS
parent71335a7e1440e9e76258977d4b41ff710c70ce7f (diff)
downloadmpv-d82b1673f464b7d6fdfc07d0a67944dc519ab0ce.tar.bz2
mpv-d82b1673f464b7d6fdfc07d0a67944dc519ab0ce.tar.xz
whitespace fixes by Mizda Gabor <gabrov at freemail dot hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13764 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml4
-rw-r--r--DOCS/xml/en/ports.xml20
2 files changed, 12 insertions, 12 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 6f0e268347..4634180e1b 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -530,7 +530,7 @@ LIRC doesn't work, because ...
</para></question>
<answer><para>
Are you sure you are using <command>mplayer</command> instead of
-<command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command>
+<command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command>
for a long time, including the 0.60 release, but it was recently changed back to
<command>mplayer</command>.
</para></answer>
@@ -553,7 +553,7 @@ and replace <systemitem>#undef FAST_OSD</systemitem> with
The onscreen display (OSD) is flickering!
</para></question>
<answer><para>
-You use a vo driver with single buffering (x11,xv). With xv, use the
+You use a vo driver with single buffering (x11, xv). With xv, use the
<option>-double</option> option. Also try <option>-vf expand</option>.
</para></answer>
</qandaentry>
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 86439d1ce8..be6b8cae3e 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -294,12 +294,12 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<para><link linkend="vidix">VIDIX</link> now works under Windows as
<option>-vo winvidix</option>, although it is still experimental
- and needs a bit of manual setup. Download
+ and needs a bit of manual setup. Download
<ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelper.sys">dhahelper.sys</ulink>
and copy it to the
<filename class="directory">libdha/dhahelperwin</filename> directory in your
- <application>MPlayer</application> source tree.
- Open a console and change to that directory. Then type
+ <application>MPlayer</application> source tree.
+ Open a console and change to that directory. Then type
<screen>gcc -o dhasetup.exe dhasetup.c</screen>
@@ -307,25 +307,25 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<screen>dhasetup.exe install</screen>
- as Administrator. After that you will have to reboot. When you are
+ as Administrator. After that you will have to reboot. When you are
done, copy the <systemitem class="library">.so</systemitem> files from
- <filename class="directory">vidix/drivers</filename> to the
- <filename class="directory">mplayer/vidix</filename> directory
+ <filename class="directory">vidix/drivers</filename> to the
+ <filename class="directory">mplayer/vidix</filename> directory
relative to your <filename>mplayer.exe</filename>.</para>
<para>For best results <application>MPlayer</application> should use a
- colorspace that your video card supports in hardware. Unfortunately many
+ colorspace that your video card supports in hardware. Unfortunately many
Windows graphics drivers wrongly report some colorspaces as supported in
hardware. To find out which, try
<screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>colorspace</replaceable> <replaceable>movie</replaceable></screen>
where <replaceable>colorspace</replaceable> can be any colorspace
- printed by the <option>-vf format=fmt=help</option> option. If you
+ printed by the <option>-vf format=fmt=help</option> option. If you
find a colorspace your card handles particularly bad
<option>-vf noformat=<replaceable>colorspace</replaceable></option>
will keep it from being used. Add this to your config file to permanently
- keep it from being used.</para>
+ keep it from being used.</para>
<para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs)
if you want to. Put the codecs somewhere in your path or pass
@@ -341,7 +341,7 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<application>MPlayer</application>.</para>
<para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files
- that Windows exposes on VCDs. It works like this (adjust for the drive letter
+ that Windows exposes on VCDs. It works like this (adjust for the drive letter
of your CD-ROM):</para>
<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>