Mercurial > mplayer.hg
view libmpcodecs/dec_audio.h @ 27412:7d8105fefe97
Remove duplicated prototype for XShmGetEventBase(), because
- it is used in other places without checking,
- it is a workaround for a bug elsewhere,
- if the problem is real at all, there should be a proper configure check.
author | diego |
---|---|
date | Sat, 09 Aug 2008 14:56:09 +0000 |
parents | 41652035483c |
children | 9e739bdb049c |
line wrap: on
line source
#ifndef MPLAYER_DEC_AUDIO_H #define MPLAYER_DEC_AUDIO_H #include "libmpdemux/stheader.h" // 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); #endif /* MPLAYER_DEC_AUDIO_H */