mirror of https://github.com/FFmpeg/FFmpeg.git
As the values generated by av_bmg_get can be arbitrarily large
(only the stddev is specified), we can't use a fixed tolerance.
Calculate a dynamic tolerance (like in float_dsp from 38f966b222
),
based on the individual steps of the calculation.
This fixes running this test with certain seeds, when built with
clang for mingw/x86_32.
Signed-off-by: Martin Storsjö <martin@martin.st>
pull/328/head
parent
9d1f7870a9
commit
f58bda642d
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue