comparison libmpdemux/test.c @ 7859:72671e2510fd

added libmpdemux depends to test.c
author arpi
date Wed, 23 Oct 2002 13:59:05 +0000
parents e84d6c8ff59b
children 013c255225d8
comparison
equal deleted inserted replaced
7858:6ccc14497807 7859:72671e2510fd
16 // (they should be implemented in the audio codec layer) 16 // (they should be implemented in the audio codec layer)
17 void skip_audio_frame(sh_audio_t *sh_audio){ 17 void skip_audio_frame(sh_audio_t *sh_audio){
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
22 // for libmpdvdkit2:
23 #include "../get_path.c"
21 24
22 int verbose=5; // must be global! 25 int verbose=5; // must be global!
23 26
24 //--------------- 27 //---------------
25 28