mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/364/head
parent
7dfdc15a27
commit
71eb8f8fa9
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue