comparison libmpdemux/test.c @ 7867:3dc0b71630ff

cleanup config option handling in libmpdemux. removed overcompilacted m_config_register_options() mess - export the subconfig structs instead
author arpi
date Wed, 23 Oct 2002 17:21:01 +0000
parents 013c255225d8
children 4c832590e18e
comparison
equal deleted inserted replaced
7866:732a8bfc7681 7867:3dc0b71630ff
18 } 18 }
19 void resync_audio_stream(sh_audio_t *sh_audio){ 19 void resync_audio_stream(sh_audio_t *sh_audio){
20 } 20 }
21 21
22 int mp_input_check_interrupt(int time){ 22 int mp_input_check_interrupt(int time){
23 if(time) usec_sleep(time); 23 if(time) usleep(time);
24 return 0; 24 return 0;
25 } 25 }
26 26
27 // for libmpdvdkit2: 27 // for libmpdvdkit2:
28 #include "../get_path.c" 28 #include "../get_path.c"