[FFmpeg-cvslog] tests/fate-run: make FATE non-interactive
Ganesh Ajjanagadde
git at videolan.org
Wed Aug 12 00:13:58 CEST 2015
ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanagadde at gmail.com> | Fri Jul 31 08:39:00 2015 -0400| [36e17d994edcf4095f7805842d2e12228cbe784f] | committer: Michael Niedermayer
tests/fate-run: make FATE non-interactive
FATE is non-interactive; it should not listen to user commands
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at 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 at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36e17d994edcf4095f7805842d2e12228cbe784f
---
tests/fate-run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index b88730a..7aa5df2 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}"
More information about the ffmpeg-cvslog
mailing list