]> git.sesse.net Git - ffmpeg/commit
avutil/imgutils: always zero data pointers in av_image_fill_pointers()
authorJames Almer <jamrial@gmail.com>
Mon, 27 Jul 2020 00:50:25 +0000 (21:50 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 27 Jul 2020 00:51:24 +0000 (21:51 -0300)
commit9faae05ddf27369838fbd500468484af31f1219c
tree412e2348e4adf8aa5069378adccd38c0a714402c
parent5ce47d0aad31eff27a8626dd99774623f4d1b7a0
avutil/imgutils: always zero data pointers in av_image_fill_pointers()

This restores the relevant behavior of the function as it was before
3a8e927176.

Signed-off-by: James Almer <jamrial@gmail.com>
libavutil/imgutils.c