1
0
Fork 0
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:
Solomon Peachy 2024-12-08 17:44:19 -05:00
parent f48d1aeb27
commit e3323e3ba7

View file

@ -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)
{