remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18910 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-05 10:24:23 +00:00
parent 64fbd3f57c
commit 1989cd3f6f
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ static af_data_t* play_s16(struct af_instance_s* af, af_data_t* data)
register int i = 0;
int16_t *a = (int16_t*)data->audio; // Audio data
int len = data->len/2; // Number of samples
int avg, l, r;
for (i = 0; i < len; i++)
{