Stray duplicated line spotted by Torinthiel plus a typo.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11107 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-14 02:21:56 +00:00
parent 90fb176fbe
commit a00263cc4e
1 changed files with 1 additions and 2 deletions

View File

@ -684,9 +684,8 @@ Subtract the distances s1 to s5 from the maximum distance i.e.
s[i] = max(s) - s[i]; i = 1...5
</para></listitem>
<listitem><para>
Calculated the required delays in ms as
Calculate the required delays in ms as
d[i] = 1000*s[i]/342; i = 1...5
s[i] = max(s) - s[i]; i = 1...5
</para></listitem>
</orderedlist>