mirror of https://github.com/mpv-player/mpv
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25942 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c87beafb2c
commit
344013f8c7
|
@ -159,7 +159,7 @@ static void uninit(int immed) {
|
|||
|
||||
static void unqueue_buffers(void) {
|
||||
ALint p;
|
||||
int s, i;
|
||||
int s;
|
||||
for (s = 0; s < ao_data.channels; s++) {
|
||||
int till_wrap = NUM_BUF - unqueue_buf[s];
|
||||
alGetSourcei(sources[s], AL_BUFFERS_PROCESSED, &p);
|
||||
|
|
Loading…
Reference in New Issue