mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
checkasm/lls: add missing random values to the test buffers
Fixes valgrind warnings after 18adaf9fe5
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
0060a368b1
commit
a7e9f1c1e7
@ -24,7 +24,7 @@
|
||||
do { \
|
||||
double bmg[2], stddev = 10.0; \
|
||||
\
|
||||
for (size_t i = 0; i < MAX_VARS; i += 2) { \
|
||||
for (size_t i = 0; i < MAX_VARS_ALIGN; i += 2) { \
|
||||
av_bmg_get(&checkasm_lfg, bmg); \
|
||||
buf[i] = bmg[0] * stddev; \
|
||||
buf[i + 1] = bmg[1] * stddev; \
|
||||
|
Loading…
Reference in New Issue
Block a user