diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-09 13:00:24 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-09 13:24:38 +0200 |
commit | 9b17273c77ee2868ef34abc49efa70260453235b (patch) | |
tree | d72f6922c192dd312fd49c9df401c03a9ecc8abf /libavfilter/vf_normalize.c | |
parent | 8d0082bedae7cc3a4c3153a83c9ae94c74ae7431 (diff) | |
download | ffmpeg-9b17273c77ee2868ef34abc49efa70260453235b.tar.gz |
avdevice/xv: Increase array size
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 d7bc52bf456deba0f32d9fe5c288ec441f1ebef5).
This fixes ticket #9264 as well as a warning from GCC 11.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_normalize.c')
0 files changed, 0 insertions, 0 deletions