Commit 31fb029f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dss_sp: de-obfuscate index inversion

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4f1c1b26
......@@ -378,7 +378,7 @@ static void dss_sp_unpack_coeffs(DssSpContext *p, const uint8_t *src)
if (C72_binomials[index] <= combined_pulse_pos) {
combined_pulse_pos -= C72_binomials[index];
fparam->sf[subframe_idx].pulse_pos[(index ^ 7) - 1] = i;
fparam->sf[subframe_idx].pulse_pos[6 - index] = i;
if (!index)
break;
......
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