From f4b1e21a6304cda58ac36401d8f8dec7ff61d056 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 21 Jan 2011 21:31:21 +0000 Subject: fate: make lavfi tests output only md5 Instead of saving huge raw files, use the md5: output pseudo-protocol to calculate the checksum of the file directly. This is especially useful when testing on remote targets as it avoids transferring 3.6GB over the network. --- tests/regression-funcs.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/regression-funcs.sh') diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index 28da0c1303..3ca3c9c77a 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -54,6 +54,12 @@ echov(){ FFMPEG_OPTS="-v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact" +run_ffmpeg() +{ + $echov $ffmpeg $FFMPEG_OPTS $* + $ffmpeg $FFMPEG_OPTS $* +} + do_ffmpeg() { f="$1" -- cgit v1.2.3