[Mplayer-cvslog] CVS: main/libao2 pl_surround.c,1.8,1.9

Stephen Davies steve at mplayer.dev.hu
Mon Dec 24 19:55:01 CET 2001


Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv21094/libao2

Modified Files:
	pl_surround.c 
Log Message:
error for non-stereo surrounds

Index: pl_surround.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/pl_surround.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pl_surround.c	23 Dec 2001 19:10:00 -0000	1.8
+++ pl_surround.c	24 Dec 2001 18:54:58 -0000	1.9
@@ -229,7 +229,7 @@
     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;




More information about the MPlayer-cvslog mailing list