annotate libmpcodecs/dec_audio.h @ 6387:26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
hard to read on a screen + minor fixes.
author |
diego |
date |
Tue, 11 Jun 2002 18:57:47 +0000 |
parents |
39a9515c633a |
children |
1eadce15446c |
rev |
line source |
2557
|
1
|
|
2 // dec_audio.c:
|
|
3 extern int init_audio(sh_audio_t *sh_audio);
|
|
4 extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen);
|
|
5 extern void resync_audio_stream(sh_audio_t *sh_audio);
|
|
6 extern void skip_audio_frame(sh_audio_t *sh_audio);
|
6188
|
7 extern void uninit_audio(sh_audio_t *sh_audio);
|