summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_audio.h
blob: 4e9d4ac8ee2bdfdeea1fba30c9cd370e99c8a524 (plain)
1
2
3
4
5
6
7

// 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);