git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9426 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-02-14 20:42:21 +00:00
parent 1028cf3da3
commit 36f9921102
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ There are three timing methods in MPlayer.
<CODE>usleep()</CODE> to tune A/V sync, with +/- 10ms accuracy. However
sometimes the sync has to be tuned even finer.</LI>
<LI><B>The new timer</B> code uses PC's RTC (Real Time Clock) for this task,
because it has precise 1ms timers. It is automagically enabled when
because it has precise 1ms timers. It is automatically enabled when
available, but requires root privileges, a <I>setuid root</I>
MPlayer binary or a properly set up kernel.
<BR>