projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404eba4
)
fate: add -v 0 to ffmpeg flags
author
Måns Rullgård
<mans@mansr.com>
Thu, 19 Aug 2010 16:51:21 +0000
(16:51 +0000)
committer
Må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
patch
|
blob
|
history
diff --git
a/tests/fate-run.sh
b/tests/fate-run.sh
index 9cb70e40509cc5e2d9bed7e5758d14746b6ad5dc..cabcf7ff743ce6cb922de1752f0c7882b0a99da9 100755
(executable)
--- a/
tests/fate-run.sh
+++ b/
tests/fate-run.sh
@@
-45,7
+45,7
@@
run(){
}
ffmpeg(){
- $target_exec $target_path/ffmpeg "$@"
+ $target_exec $target_path/ffmpeg
-v 0
"$@"
}
framecrc(){