mirror of https://github.com/mpv-player/mpv
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:
parent
64fbd3f57c
commit
1989cd3f6f
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue