mirror of https://git.ffmpeg.org/ffmpeg.git
tests/fate-run: make FATE non-interactive
FATE is non-interactive; it should not listen to user commands Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> This should fix leaving the terminal in a messed up state with zsh in case of crashes during fate Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
8992029fc0
commit
36e17d994e
|
@ -93,7 +93,7 @@ probeframes(){
|
|||
|
||||
ffmpeg(){
|
||||
dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type"
|
||||
ffmpeg_args="-nostats -cpuflags $cpuflags"
|
||||
ffmpeg_args="-nostdin -nostats -cpuflags $cpuflags"
|
||||
for arg in $@; do
|
||||
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
|
||||
ffmpeg_args="${ffmpeg_args} ${arg}"
|
||||
|
|
Loading…
Reference in New Issue