Commit 56815c44 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Cleanup inadequate FIXME.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 5bd72fe7
......@@ -654,7 +654,6 @@ add_watermark (const string& infile, const string& outfile, const string& bits)
if (pos >= 0 && pos < int (out_signal.size()))
{
// FIXME: for some reason (nan) we need += here; fix this...
out_signal[pos] += fft_delta_out[i % Params::frame_size] * synth_window[i];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment