Commit 91de2c0a authored by Måns Rullgård's avatar Måns Rullgård

fate: add -v 0 to ffmpeg flags

Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 404eba44
...@@ -45,7 +45,7 @@ run(){ ...@@ -45,7 +45,7 @@ run(){
} }
ffmpeg(){ ffmpeg(){
$target_exec $target_path/ffmpeg "$@" $target_exec $target_path/ffmpeg -v 0 "$@"
} }
framecrc(){ framecrc(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment