diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-06 17:52:42 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-08 17:44:57 +0200 |
commit | ab97d163b667f4d1f1556213ae9bc1520c18780e (patch) | |
tree | 5629cd06d9d3661f086689a232b04a82f3ee5a3e /libavcodec/arm/blockdsp_arm.h | |
parent | 465ddcb6009a79654769d36c840591cbcc65da10 (diff) | |
download | ffmpeg-ab97d163b667f4d1f1556213ae9bc1520c18780e.tar.gz |
avcodec/aacps: Fix length of array in function definition
hybrid2_re() has a parameter declared as "const INTFLOAT filter[8]",
although the actual argument for said parameter only has seven elements;
the code itself only uses seven elements, so change the parameter.
Fixes a -Wstringop-overread warning with GCC 11.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/arm/blockdsp_arm.h')
0 files changed, 0 insertions, 0 deletions