Mercurial > mplayer.hg
annotate libmpcodecs/dec_audio.h @ 7191:1eadce15446c
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
| author | arpi |
|---|---|
| date | Sat, 31 Aug 2002 13:09:23 +0000 |
| parents | 39a9515c633a |
| children | 6a2b6f3d619c |
| rev | line source |
|---|---|
| 2557 | 1 |
| 2 // dec_audio.c: | |
|
7191
1eadce15446c
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
parents:
6188
diff
changeset
|
3 extern void afm_help(); |
| 2557 | 4 extern int init_audio(sh_audio_t *sh_audio); |
| 5 extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen); | |
| 6 extern void resync_audio_stream(sh_audio_t *sh_audio); | |
| 7 extern void skip_audio_frame(sh_audio_t *sh_audio); | |
| 6188 | 8 extern void uninit_audio(sh_audio_t *sh_audio); |
