summaryrefslogtreecommitdiffstats
path: root/libmpdemux/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/test.c')
-rw-r--r--libmpdemux/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpdemux/test.c b/libmpdemux/test.c
index 2d4abe9579..478c03da4e 100644
--- a/libmpdemux/test.c
+++ b/libmpdemux/test.c
@@ -19,6 +19,11 @@ void skip_audio_frame(sh_audio_t *sh_audio){
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"