diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-29 23:11:37 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-29 23:11:37 +0000 |
commit | 9320048966af54c31a0cc84f956460167c9bf882 (patch) | |
tree | d4f5be6027681950b65704d96f2f081f33a038e8 /ChangeLog | |
parent | caf3f7a6dc518a95522dd18a9940387909d81d98 (diff) | |
download | xine-lib-9320048966af54c31a0cc84f956460167c9bf882.tar.gz xine-lib-9320048966af54c31a0cc84f956460167c9bf882.tar.bz2 |
use monotonic clock when available
CVS patchset: 7087
CVS date: 2004/10/29 23:11:37
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ * new request optimizer (cache) layer for input plugins to avoid the overhead of expensive system calls for reading just a couple of bytes. may be disabled with MRL parameter "#nocache". + * use monotonic clock where available (eg. linux 2.6) so system clock + updates won't disturb xine playback. [bug #781532] xine-lib (1-rc6) * Moved win32 frontend into separate module. |