Commit 66d36668 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/fate-run: Remove ./ from run ffmpeg call

This makes it consistent with ffprobe
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent df239b76
......@@ -103,7 +103,7 @@ ffmpeg(){
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
ffmpeg_args="${ffmpeg_args} ${arg}"
done
run ./ffmpeg${PROGSUF} ${ffmpeg_args}
run ffmpeg${PROGSUF} ${ffmpeg_args}
}
framecrc(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment