On 03/20/2012 03:33 PM, Måns Rullgård wrote: > Justin Ruggles <[email protected]> writes: > >> --- >> tests/fate-run.sh | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/tests/fate-run.sh b/tests/fate-run.sh >> index b19f0ae..63407ad 100755 >> --- a/tests/fate-run.sh >> +++ b/tests/fate-run.sh >> @@ -61,7 +61,7 @@ run(){ >> } >> >> avconv(){ >> - run avconv -nostats -threads $threads -thread_type $thread_type >> -cpuflags $cpuflags "$@" >> + run avconv -nostats -flags +bitexact -threads $threads -thread_type >> $thread_type -cpuflags $cpuflags "$@" >> } > > Bad idea. This disables inexact optimisations even for tests which > allows some fuzz.
So you would prefer to increase the fuzz value if the inexact optimizations require it on some platforms? -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
