mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
use alSourceStopv instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25938 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca8decea78
commit
1a976d453f
@ -173,7 +173,7 @@ static void unqueue_buffers(void) {
|
|||||||
* \brief stop playing and empty buffers (for seeking/pause)
|
* \brief stop playing and empty buffers (for seeking/pause)
|
||||||
*/
|
*/
|
||||||
static void reset(void) {
|
static void reset(void) {
|
||||||
alSourceRewindv(ao_data.channels, sources);
|
alSourceStopv(ao_data.channels, sources);
|
||||||
unqueue_buffers();
|
unqueue_buffers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user