diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-25 08:53:13 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-25 08:53:13 +0000 |
commit | 6811f8c042a43cf1468e76e739b1e331c298c82d (patch) | |
tree | 4d097534b3c52521532d21937e37eaabf77afe51 /libao2 | |
parent | 33368094e8ecfd80ab4d4feb170425c7e112da73 (diff) |
remove unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18811 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/ao_jack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libao2/ao_jack.c b/libao2/ao_jack.c index ec7d1e5381..87608ff452 100644 --- a/libao2/ao_jack.c +++ b/libao2/ao_jack.c @@ -132,7 +132,6 @@ static int write_buffer(unsigned char* data, int len) { * 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) |