Typos, noticed by Roberto Togni <r_togni@libero.it>.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9785 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-04-01 22:54:12 +00:00
parent ef7f9026fe
commit b6ef799151
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>