mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
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:
parent
90fb176fbe
commit
a00263cc4e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user