]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate-run.sh
mxfdec: Don't parse slices or DeltaEntryArrays
[ffmpeg] / tests / fate-run.sh
index a09c13ab47ce544e4e781042c4746dc5a791d276..350ff573c77918bf59d8e3477002526af0b58352 100755 (executable)
@@ -51,7 +51,7 @@ run(){
 }
 
 avconv(){
-    run $tool -v 0 -threads $threads -thread_type $thread_type "$@"
+    run $tool -nostats -threads $threads -thread_type $thread_type "$@"
 }
 
 framecrc(){
@@ -105,7 +105,7 @@ seektest(){
                  file=$(echo tests/data/$d/$file)
                  ;;
     esac
-    $target_exec $target_path/libavformat/seek-test $target_path/$file
+    run libavformat/seek-test $target_path/$file
 }
 
 mkdir -p "$outdir"