summaryrefslogtreecommitdiffstats
path: root/libmpdemux/test.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 17:21:01 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 17:21:01 +0000
commitf9e3a4bf886ebfd865e6ffba7edc9c0a6f114b42 (patch)
tree8db9d460c3bea1a734a69a2740f25de72310c2d0 /libmpdemux/test.c
parenta2dfc7a766c2f00408671327838602eebcc4cddf (diff)
downloadmpv-f9e3a4bf886ebfd865e6ffba7edc9c0a6f114b42.tar.bz2
mpv-f9e3a4bf886ebfd865e6ffba7edc9c0a6f114b42.tar.xz
cleanup config option handling in libmpdemux.
removed overcompilacted m_config_register_options() mess - export the subconfig structs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
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;
}