aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-06 17:29:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-08 17:44:57 +0200
commit71eb8f8fa9439cc48a29549ec15a0df1d5eed5ca (patch)
treea61ab3307cfec11919c2e0211c9f9c8d229e1d78 /libavcodec/ppc
parent7dfdc15a27fc2664741a4e7cbdd435b1d7e767d6 (diff)
downloadffmpeg-71eb8f8fa9439cc48a29549ec15a0df1d5eed5ca.tar.gz
avfilter/vf_vif: Fix mismatch in number of array elements
The function definition used float *data_buf[14], although there are only 13 elements (and only 13 are used); the declaration used 13. Given that the type will be converted to float **data_buf anyway, this is not in violation of the C specs, but nevertheless a bug. GCC 11 has a new warning for this -Warray-parameter. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ppc')
0 files changed, 0 insertions, 0 deletions