summaryrefslogtreecommitdiffstats
path: root/DOCS/documentation.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-22 18:00:25 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-22 18:00:25 +0000
commitb957fc46f819e19bbbef3e57e3bf104ba7a48725 (patch)
tree810367c232bb3eca3475bda012bece443b51d1ad /DOCS/documentation.html
parent0b56314f50a164ea2625ba8b49328e138a4b2c4e (diff)
downloadmpv-b957fc46f819e19bbbef3e57e3bf104ba7a48725.tar.bz2
mpv-b957fc46f819e19bbbef3e57e3bf104ba7a48725.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3075 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r--DOCS/documentation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index eb54817cbc..66d958aa31 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -326,13 +326,13 @@ XAnim codecs section</A>.</LI>
<LI>If you have a V4L compatible <B>TV tuner</B> card, and wish to watch/grab and
encode movies with <B>MPlayer</B>, read the <A HREF=#2.5>TV input</A> section.</LI>
-<LI>There are two audio/video sync codes in <B>MPlayer</B>. To use the old
+<LI>There are two timer codes in <B>MPlayer</B>. To use the old
method, you don't have to do anything. It uses <CODE>usleep()</CODE> to tune
A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned
-even finer. The new sync code uses PC's RTC (Real Time Clock) for this task,
+even finer. The new timer code uses PC's RTC (Real Time Clock) for this task,
because it has precise 1ms timers. This requires root, or a <I>setuid root</I>
<B>MPlayer</B> binary (or a little kernel hacking, but that's unadvised). You
-can see the new sync's efficiency in the status line. Note: <B>NEVER install
+can see the new timer's efficiency in the status line. Note: <B>NEVER install
setuid MPlayer binary on a multiuser system!</B> It's a clear way for everyone
to gain root.</LI>