mirror of https://github.com/FFmpeg/FFmpeg.git
The encoder is sensitive to changes in precision, and its test target was a compromise. It was already close to failing on x87 FPUs. ff_mdct_init used double precision entirely from the scale to computing the MDCT exp tables. av_tx_init uses single-precision for the scale, with a small input change which was enough to tip the test into failing on x87 FPUs. Increase the fuzz factor in line with other AAC encoder tests to fix.pull/388/head
parent
c8e9cc8d20
commit
d556f6fa9b
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue