OSDN Git Service

fate: add -v 0 to ffmpeg flags
authorMåns Rullgård <mans@mansr.com>
Thu, 19 Aug 2010 16:51:21 +0000 (16:51 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 19 Aug 2010 16:51:21 +0000 (16:51 +0000)
Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/fate-run.sh

index 9cb70e4..cabcf7f 100755 (executable)
@@ -45,7 +45,7 @@ run(){
 }
 
 ffmpeg(){
-    $target_exec $target_path/ffmpeg "$@"
+    $target_exec $target_path/ffmpeg -v 0 "$@"
 }
 
 framecrc(){