[FFmpeg-cvslog] fate: run avconv with -nostats flag

Mans Rullgard git at videolan.org
Mon Oct 10 03:59:51 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Oct  7 14:13:02 2011 +0100| [0836d48a16419faf742e999f565dc50d863d0f55] | committer: Mans Rullgard

fate: run avconv with -nostats flag

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0836d48a16419faf742e999f565dc50d863d0f55
---

 tests/fate-run.sh         |    2 +-
 tests/regression-funcs.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 1babcc8..07cfe74 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -50,7 +50,7 @@ run(){
 }
 
 avconv(){
-    run avconv -v 0 -threads $threads -thread_type $thread_type "$@"
+    run avconv -nostats -threads $threads -thread_type $thread_type "$@"
 }
 
 framecrc(){
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index bba1890..6d23fa3 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"



More information about the ffmpeg-cvslog mailing list