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:
Michael Niedermayer 2015-10-17 12:59:08 +02:00
parent df239b7619
commit 66d3666803
1 changed files with 1 additions and 1 deletions

View File

@ -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(){