diff --git a/tests/fate-run.sh b/tests/fate-run.sh index b88730a47e..7aa5df2c0d 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -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}"