1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-11 23:27:55 +02:00

fate: add -v 0 to ffmpeg flags

Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-08-19 16:51:21 +00:00
parent 404eba44b1
commit 91de2c0a73

View File

@ -45,7 +45,7 @@ run(){
}
ffmpeg(){
$target_exec $target_path/ffmpeg "$@"
$target_exec $target_path/ffmpeg -v 0 "$@"
}
framecrc(){