mupen64plus-oldsvn/main/vcr_resample_old.h
2008-04-25 04:41:33 +00:00

11 lines
249 B
C

#ifdef VCR_SUPPORT
#ifndef __VCR_RESAMPLE__
#define __VCR_RESAMPLE__
int VCR_resample( short **dst, int dst_freq,
const short *src, int src_freq, int src_bitrate, int src_len );
#endif // __VCR_RESAMPLE__
#endif // VCR_SUPPORT