This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate: add -v 0 to ffmpeg flags
Originally committed as revision 24836 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
404eba44b1
commit
91de2c0a73
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate-run.sh
+ 1
- 1
tests/fate-run.sh
View File
@@ -45,7 +45,7 @@ run(){
}
ffmpeg(){
$target_exec $target_path/ffmpeg "$@"
$target_exec $target_path/ffmpeg
-v 0
"$@"
}
framecrc(){
Write
Preview
Loading…
Cancel
Save