From 664039bd2fc110aed15817454fa6178da924da7f Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 24 Dec 2001 18:54:58 +0000 Subject: [PATCH] error for non-stereo surrounds git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3719 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/pl_surround.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao2/pl_surround.c b/libao2/pl_surround.c index 1d2fdeaccb..1d832776e0 100644 --- a/libao2/pl_surround.c +++ b/libao2/pl_surround.c @@ -229,7 +229,7 @@ static int play(){ pl_surround.Rs_delaybuf[pl_surround.delaybuf_pos++] = matrix[8]*in[0] + matrix[9]*in[1]; #else - pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos] = + pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos++] = matrix[4]*in[0] + matrix[5]*in[1]; #endif pl_surround.delaybuf_pos %= pl_surround.delaybuf_len;