[MPlayer-cvslog] r25942 - trunk/libao2/ao_openal.c

reimar subversion at mplayerhq.hu
Thu Jan 31 00:49:37 CET 2008


Author: reimar
Date: Thu Jan 31 00:49:36 2008
New Revision: 25942

Log:
Remove unused variable.

Modified:
   trunk/libao2/ao_openal.c

Modified: trunk/libao2/ao_openal.c
==============================================================================
--- trunk/libao2/ao_openal.c	(original)
+++ trunk/libao2/ao_openal.c	Thu Jan 31 00:49:36 2008
@@ -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);



More information about the MPlayer-cvslog mailing list