From 0836d48a16419faf742e999f565dc50d863d0f55 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 7 Oct 2011 14:13:02 +0100 Subject: fate: run avconv with -nostats flag Signed-off-by: Mans Rullgard --- tests/regression-funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/regression-funcs.sh') diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index bba189092b..6d23fa387e 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -43,7 +43,7 @@ echov(){ . $(dirname $0)/md5.sh -AVCONV_OPTS="-v 0 -y" +AVCONV_OPTS="-nostats -y" COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact" DEC_OPTS="$COMMON_OPTS -threads $threads" ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint" -- cgit v1.2.3