forked from len0rd/rockbox
Revert "libmad synth.c silence warnings"
This reverts commit b14056e90f
.
Reason for revert: Not mathematically equivalent, inconsistent with other code paths, and leads to audio artifacts on ARM targets.
Change-Id: I71646e6e8df2aa2c57decdb5360daff870670c87
This commit is contained in:
parent
f48d1aeb27
commit
e3323e3ba7
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ void synth_full(struct mad_synth *synth, struct mad_frame const *frame,
|
|||
fo = &(*filter)[1][~phase & 1][0];
|
||||
|
||||
D0ptr = (void*)&D[0][ p];
|
||||
D1ptr = (void*)D-p;
|
||||
D1ptr = (void*)&D[0][-p];
|
||||
|
||||
if(s & 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue