mirror of https://github.com/mpv-player/mpv
error for non-stereo surrounds
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3719 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7f51f5adbd
commit
664039bd2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue