mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
-abs support - fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@976 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d50dcca06e
commit
d6c2f7df7d
@ -157,7 +157,7 @@ void callback(void *userdata, Uint8 *stream, int len); userdata is the pointer s
|
||||
}
|
||||
|
||||
printf("SDL buf size = %d\n",aspec.size);
|
||||
if(ao_buffersize==-1) ao_buffersize=16*aspec.size;
|
||||
if(ao_buffersize==-1) ao_buffersize=aspec.size;
|
||||
|
||||
/* unsilence audio, if callback is ready */
|
||||
SDL_PauseAudio(0);
|
||||
|
Loading…
Reference in New Issue
Block a user