[MPlayer-cvslog] r18811 - trunk/libao2/ao_jack.c

reimar subversion at mplayerhq.hu
Sun Jun 25 10:53:13 CEST 2006


Author: reimar
Date: Sun Jun 25 10:53:13 2006
New Revision: 18811

Modified:
   trunk/libao2/ao_jack.c

Log:
remove unused variable


Modified: trunk/libao2/ao_jack.c
==============================================================================
--- trunk/libao2/ao_jack.c	(original)
+++ trunk/libao2/ao_jack.c	Sun Jun 25 10:53:13 2006
@@ -132,7 +132,6 @@
  * read is res * num_bufs * sizeof(float), where res is the return value.
  */
 static int read_buffer(float **bufs, int cnt, int num_bufs) {
-  int first_len = BUFFSIZE - read_pos;
   int buffered = buf_used();
   int i, j;
   if (cnt * sizeof(float) * num_bufs > buffered)



More information about the MPlayer-cvslog mailing list