mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
this patch adds an ability to recover from audio buffer cross-run by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6cd728e29e
commit
53b73363df
@ -59,6 +59,7 @@ int audio_in_read_chunk(audio_in_t *ai, unsigned char *buffer);
|
||||
#ifdef HAVE_ALSA9
|
||||
int ai_alsa_setup(audio_in_t *ai);
|
||||
int ai_alsa_init(audio_in_t *ai);
|
||||
int ai_alsa_xrun(audio_in_t *ai);
|
||||
#endif
|
||||
|
||||
int ai_oss_set_samplerate(audio_in_t *ai);
|
||||
|
Loading…
Reference in New Issue
Block a user