fate-run: use 'run' function in 'ffmpeg' function

Originally committed as revision 24837 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-08-19 16:51:24 +00:00
parent 91de2c0a73
commit b42c483f07
1 changed files with 1 additions and 1 deletions

View File

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