view libmpcodecs/dec_audio.h @ 6866:1a5858256659

The endless quest to force people into writing good bug reports part 2342: Moved patch section up front, that's what we want most after all. Reworded parts of the howto section and added a link to ESR's excellent RTFM FAQ.
author diego
date Fri, 02 Aug 2002 00:59:35 +0000
parents 39a9515c633a
children 1eadce15446c
line wrap: on
line source


// dec_audio.c:
extern int init_audio(sh_audio_t *sh_audio);
extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen);
extern void resync_audio_stream(sh_audio_t *sh_audio);
extern void skip_audio_frame(sh_audio_t *sh_audio);
extern void uninit_audio(sh_audio_t *sh_audio);