summaryrefslogtreecommitdiffstats
path: root/dec_audio.h
blob: 84be211ec3d1dcc3222b36b5f4fb6101991cc488 (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);