diff libmpdemux/test.c @ 7862:013c255225d8

mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
author arpi
date Wed, 23 Oct 2002 14:46:20 +0000
parents 72671e2510fd
children 3dc0b71630ff
line wrap: on
line diff
--- a/libmpdemux/test.c	Wed Oct 23 14:45:01 2002 +0000
+++ b/libmpdemux/test.c	Wed Oct 23 14:46:20 2002 +0000
@@ -19,6 +19,11 @@
 void resync_audio_stream(sh_audio_t *sh_audio){
 }
 
+int mp_input_check_interrupt(int time){
+    if(time) usec_sleep(time);
+    return 0;
+}
+
 // for libmpdvdkit2:
 #include "../get_path.c"