Hi, On Fri, May 20, 2011 at 7:57 AM, Mans Rullgard <[email protected]> wrote: > This explicitly disables threading for encoding as slices are otherwise > automatically activated. This should be dropped once option resetting > between files is fully implemented. > > Signed-off-by: Mans Rullgard <[email protected]> > --- > tests/regression-funcs.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh > index b79c258..933aa64 100755 > --- a/tests/regression-funcs.sh > +++ b/tests/regression-funcs.sh > @@ -53,7 +53,7 @@ echov(){ > FFMPEG_OPTS="-v 0 -y" > COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact" > DEC_OPTS="$COMMON_OPTS -threads $threads" > -ENC_OPTS="$COMMON_OPTS -dct fastint" > +ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"
Yes this looks like it would do the trick. Thanks. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
