Mercurial > mplayer.hg
changeset 18807:30959018e908
remove unused variable
author | reimar |
---|---|
date | Sun, 25 Jun 2006 08:53:13 +0000 |
parents | daccad6cb91d |
children | cb83184bdc70 |
files | libao2/ao_jack.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_jack.c Sat Jun 24 21:51:51 2006 +0000 +++ b/libao2/ao_jack.c Sun Jun 25 08:53:13 2006 +0000 @@ -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)