mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 08:10:41 +00: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:
parent
404eba44b1
commit
91de2c0a73
@ -45,7 +45,7 @@ run(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
ffmpeg(){
|
ffmpeg(){
|
||||||
$target_exec $target_path/ffmpeg "$@"
|
$target_exec $target_path/ffmpeg -v 0 "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
framecrc(){
|
framecrc(){
|
||||||
|
Loading…
Reference in New Issue
Block a user