|
|
@@ -1334,6 +1334,9 @@ static void qdm2_fft_decode_tones(QDM2Context *q, int duration, |
|
|
if (q->frequency_range > (local_int_14 + 1)) { |
|
|
if (q->frequency_range > (local_int_14 + 1)) { |
|
|
int sub_packet = (local_int_20 + local_int_28); |
|
|
int sub_packet = (local_int_20 + local_int_28); |
|
|
|
|
|
|
|
|
|
|
|
if (q->fft_coefs_index + stereo >= FF_ARRAY_ELEMS(q->fft_coefs)) |
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
qdm2_fft_init_coefficient(q, sub_packet, offset, duration, |
|
|
qdm2_fft_init_coefficient(q, sub_packet, offset, duration, |
|
|
channel, exp, phase); |
|
|
channel, exp, phase); |
|
|
if (stereo) |
|
|
if (stereo) |
|
|
|