• Martin Storsjö's avatar
    fate: Use a oneoff test for the tremolo filter · c27a85b9
    Martin Storsjö authored
    The tremolo filter uses floating point internally, and uses
    multiplication factors derived from sin(fmod()), neither of
    which is bitexact for use with framecrc.
    
    This fixes running this test when built with for mingw/x86_32
    with clang.
    
    In this case, a 1 ulp difference in the output from fmod() would
    end up in an output from the filter that differs by 1 ulp, but
    which makes the lrint() in swresample/audioconvert.c round in a
    different direction.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    c27a85b9
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...