Mercurial > mplayer.hg
view libmpcodecs/dec_audio.h @ 25382:25b27cf5bbeb
Make the end_sector accessable (it should be).
author | ulion |
---|---|
date | Sat, 15 Dec 2007 15:38:38 +0000 |
parents | 2bfc75674b71 |
children | 6ac1ece1f9fe |
line wrap: on
line source
// dec_audio.c: extern void afm_help(void); extern int init_best_audio_codec(sh_audio_t *sh_audio,char** audio_codec_list,char** audio_fm_list); extern int decode_audio(sh_audio_t *sh_audio, int minlen); 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); extern int init_audio_filters(sh_audio_t *sh_audio, int in_samplerate, int *out_samplerate, int *out_channels, int *out_format);