mirror of https://github.com/FFmpeg/FFmpeg.git
av_image_copy() expects an array of four pointers according to its
declaration; although it currently only touches pointers that
are actually in use (depending upon the pixel format) this might
change at any time (as has already happened for the linesizes
in d7bc52bf45
).
This fixes a -Wstringop-overflow= warning with GCC 11.2.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/375/head
parent
f1c8c25832
commit
b09ea67b40
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue