mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-03-04 10:47:39 +00:00
avcodec/dss_sp: de-obfuscate index inversion
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4f1c1b26f2
commit
31fb029f2d
@ -378,7 +378,7 @@ static void dss_sp_unpack_coeffs(DssSpContext *p, const uint8_t *src)
|
|||||||
if (C72_binomials[index] <= combined_pulse_pos) {
|
if (C72_binomials[index] <= combined_pulse_pos) {
|
||||||
combined_pulse_pos -= C72_binomials[index];
|
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)
|
if (!index)
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user