mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
tests/fate-run: Remove ./ from run ffmpeg call
This makes it consistent with ffprobe Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
df239b7619
commit
66d3666803
@ -103,7 +103,7 @@ ffmpeg(){
|
|||||||
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
|
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
|
||||||
ffmpeg_args="${ffmpeg_args} ${arg}"
|
ffmpeg_args="${ffmpeg_args} ${arg}"
|
||||||
done
|
done
|
||||||
run ./ffmpeg${PROGSUF} ${ffmpeg_args}
|
run ffmpeg${PROGSUF} ${ffmpeg_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
framecrc(){
|
framecrc(){
|
||||||
|
Loading…
Reference in New Issue
Block a user