view libmpcodecs/dec_audio.h @ 6593:a2937bae0651

Expanded RTC section. It now explains how to allow RTC via /proc on newer kernels or how to patch older ones. Removed some <I> tags since it makes text hard to read on the screen and ugly when combined with <B>. 1001 typos
author diego
date Sat, 29 Jun 2002 02:43:27 +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);