mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +08:00
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:
@ -45,7 +45,7 @@ run(){
|
||||
}
|
||||
|
||||
ffmpeg(){
|
||||
$target_exec $target_path/ffmpeg -v 0 "$@"
|
||||
run ffmpeg -v 0 "$@"
|
||||
}
|
||||
|
||||
framecrc(){
|
||||
|
Reference in New Issue
Block a user