summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-01 22:54:12 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-01 22:54:12 +0000
commitb6ef7991512de06d2a193167799f52d22b82b753 (patch)
tree881d192abc7dbafcbf01ff24358e1513b82c995f /DOCS
parentef7f9026fe2b5b24d98a08fe7f8788b2accfa9a7 (diff)
downloadmpv-b6ef7991512de06d2a193167799f52d22b82b753.tar.bz2
mpv-b6ef7991512de06d2a193167799f52d22b82b753.tar.xz
Typos, noticed by Roberto Togni <r_togni@libero.it>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9785 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml2
-rw-r--r--DOCS/xml/en/video.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 4137ab9382..ae3a470f6b 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -171,7 +171,7 @@ cd linux
cp path/Makefile .
make
cp libdivxencore.so /usr/local/lib
-ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0
+ln -s /usr/local/lib/libdivxencore.so /usr/local/lib/libdivxencore.so.0
cp ../../src/encore.h /usr/local/include
</screen>
</para></step>
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index d83f48198f..609354d8de 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1826,7 +1826,7 @@ scaler. The commandline is
Cropping can be done by the <systemitem>crop</systemitem> filter and by this
driver itself. Suppose that a movie is too wide for display on your Buz and
that you want to use <option>-zrcrop</option> to make the movie less wide,
-the you would issue the following command
+then you would issue the following command
<screen>mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi</screen>
</para>
@@ -1854,7 +1854,7 @@ mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \
You see that the options appearing before the second <option>-zrcrop</option>
only apply to the DC10+ and that the options after the second
<option>-zrcrop</option> apply to the Buz. The maximum number of MJPEG cards
-participating in <emphasis>cinerama</emphasis> is four, so you can buid a
+participating in <emphasis>cinerama</emphasis> is four, so you can build a
2x2 vidiwall.
</para>