This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
tests/fate-run: Remove ./ from run ffmpeg call
This makes it consistent with ffprobe Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer
10 years ago
parent
df239b7619
commit
66d3666803
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate-run.sh
+ 1
- 1
tests/fate-run.sh
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(){
Write
Preview
Loading…
Cancel
Save