Mercurial > mplayer.hg
view libmpcodecs/dec_audio.h @ 6852:80e2032480bd
It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones.
patch by Jim Radford <radford@robotics.caltech.edu>
author | arpi |
---|---|
date | Tue, 30 Jul 2002 19:06:51 +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);