]> git.sesse.net Git - ffmpeg/blobdiff - tests/regression-funcs.sh
fate: split off QuickTime codec FATE tests into their own file
[ffmpeg] / tests / regression-funcs.sh
index bba189092b9a4a464f67a30395c2d92c2171c03f..6d23fa387e5a9686fcb7e7a8d20c22aad30dd979 100755 (executable)
@@ -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"