You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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:
@@ -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(){
|
||||
|
Reference in New Issue
Block a user