summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <waker@titty.(none)>2009-08-23 14:27:23 +0200
committerGravatar waker <waker@titty.(none)>2009-08-23 14:27:23 +0200
commit281da8fb493ab740026ae69d35164d67731903a9 (patch)
tree0f4221932ce5b61e77e9fe0b63f829a0502a0e92 /streamer.c
parent444dcb0e712bbc694f5c6dce13ba48145f51a45f (diff)
ppc64(ps3) compatibility fixes + some cleanup
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index c295e8af..06dd0e7f 100644
--- a/streamer.c
+++ b/streamer.c
@@ -158,7 +158,7 @@ streamer_thread (uintptr_t ctx) {
streambuffer_fill += bytesread;
}
streamer_unlock ();
- usleep (10000);
+ usleep (1000);
//printf ("fill: %d \r", streambuffer_fill);
}