summaryrefslogtreecommitdiffstats
path: root/libmpdemux/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/test.c')
-rw-r--r--libmpdemux/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/test.c b/libmpdemux/test.c
index 478c03da4e..bee727e84a 100644
--- a/libmpdemux/test.c
+++ b/libmpdemux/test.c
@@ -20,7 +20,7 @@ void resync_audio_stream(sh_audio_t *sh_audio){
}
int mp_input_check_interrupt(int time){
- if(time) usec_sleep(time);
+ if(time) usleep(time);
return 0;
}