mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 05:42:19 +00:00
Fix a compiler warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21566 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
eb2d97e38a
commit
121bab971c
@ -88,7 +88,7 @@ static int init(int rate, int channels, int format, int flags) {
|
||||
mp_msg(MSGT_AO, MSGL_FATAL, "[OpenAL] could not open device\n");
|
||||
goto err_out;
|
||||
}
|
||||
ctx = alcCreateContext(dev, &attribs);
|
||||
ctx = alcCreateContext(dev, attribs);
|
||||
alcMakeContextCurrent(ctx);
|
||||
alListenerfv(AL_POSITION, position);
|
||||
alListenerfv(AL_ORIENTATION, direction);
|
||||
|
Loading…
Reference in New Issue
Block a user