[xiph-commits] r3178 - liboggplay/trunk/src/tools

laser13 at svn.annodex.net laser13 at svn.annodex.net
Sat Aug 4 07:22:12 PDT 2007


Author: laser13
Date: 2007-08-04 07:22:12 -0700 (Sat, 04 Aug 2007)
New Revision: 3178

Modified:
   liboggplay/trunk/src/tools/glut-player.c
Log:
Removed unused variables causing warnings during compilation.




Modified: liboggplay/trunk/src/tools/glut-player.c
===================================================================
--- liboggplay/trunk/src/tools/glut-player.c	2007-08-02 01:14:58 UTC (rev 3177)
+++ liboggplay/trunk/src/tools/glut-player.c	2007-08-04 14:22:12 UTC (rev 3178)
@@ -135,7 +135,6 @@
 
 }
 
-static int              snd_fd = -1;
 static int              rate = 16000;
 static int              channels = 2;
 static int              fps_denom = 1000;
@@ -143,6 +142,8 @@
 
 #if USE_AUDIO
 
+static int              snd_fd = -1;
+
 void
 float_to_short_array(const float* in, short* out, int len) {
         int i = 0;
@@ -372,7 +373,6 @@
 }
 #endif
 
-static unsigned int     buf_size = 20;
 static int              saved_avail = 0;
 
 void *drive_decoding(void *arg) {



More information about the commits mailing list