summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
commite364249f21f7273f86d03264ec4d6d4957bd7dd5 (patch)
tree8c44cb7b9d1d67ba58f022cded15221175d5354f /libao2/ao_esd.c
parent4a3877c93ac469786ab704159b1a4744621daf73 (diff)
downloadmpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.bz2
mpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.xz
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index 297787f6c8..83b52093d9 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -298,8 +298,7 @@ static int play(void* data, int len, int flags)
int offs;
int nwritten;
int nsamples;
- int remainder, n;
- int saved_fl;
+ int n;
/* round down buffersize to a multiple of ESD_BUF_SIZE bytes */
len = len / ESD_BUF_SIZE * ESD_BUF_SIZE;