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. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
