From: Måns Rullgård Date: Sun, 14 Jun 2009 23:14:56 +0000 (+0000) Subject: regtest: print commands also for image format tests X-Git-Tag: v0.6~4053 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=a4ddf509fe1ffeeab9c18c04e4589f0292729b24 regtest: print commands also for image format tests Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 5897f03a4a..d795459fb2 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -152,6 +152,7 @@ do_streamed_images() do_image_formats() { file=${outfile}lavf%02d.$1 + echo $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file do_md5sum ${outfile}lavf02.$1 >> $logfile do_ffmpeg_crc $file $3 -i $target_path/$file