diff options
author | Mans Rullgard <mans@mansr.com> | 2011-10-07 14:13:02 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-10-09 16:53:12 +0100 |
commit | 0836d48a16419faf742e999f565dc50d863d0f55 (patch) | |
tree | 8796e19b90ad622ea709bc6557ca455063187d42 /tests/fate-run.sh | |
parent | 8124d8ad6654d9b26725e86f6fffbb00527975d4 (diff) | |
download | ffmpeg-0836d48a16419faf742e999f565dc50d863d0f55.tar.gz |
fate: run avconv with -nostats flag
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | 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 1babcc867e..07cfe74ba7 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(){ |