]> git.sesse.net Git - ffmpeg/commit
checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffers
authorAlan Kelly <alankelly-at-google.com@ffmpeg.org>
Fri, 19 Feb 2021 13:55:39 +0000 (14:55 +0100)
committerJames Almer <jamrial@gmail.com>
Fri, 19 Feb 2021 14:20:32 +0000 (11:20 -0300)
commitee18edb13a9ae3041df961dd5003c2055b5cab35
tree61a837fa03d497d583664b9421e80570452bf4b7
parent14dc28e969f642a8ba0dd28431f6ba30c5e30d7c
checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffers

Fixes valgrind uninitialised value warnings.

Signed-off-by: James Almer <jamrial@gmail.com>
tests/checkasm/sw_scale.c