Commit 0169afa9 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Fix bug in last commit: make mix blind decode work again.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent f8b9a98a
......@@ -683,7 +683,7 @@ get_watermark (const string& infile, const string& orig_pattern)
{
vector<vector<complex<float>>> fft_orig_out; /* no original data -> blind decode */
mix_decode (wav_data, fft_out, fft_orig_out);
bit_vec = mix_decode (wav_data, fft_out, fft_orig_out);
}
else
{
......
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