Commit 03b03f5c authored by mru's avatar mru

regtest: print commands also for image format tests

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19195 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d52c2e57
...@@ -152,6 +152,7 @@ do_streamed_images() ...@@ -152,6 +152,7 @@ do_streamed_images()
do_image_formats() do_image_formats()
{ {
file=${outfile}lavf%02d.$1 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 $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_md5sum ${outfile}lavf02.$1 >> $logfile
do_ffmpeg_crc $file $3 -i $target_path/$file do_ffmpeg_crc $file $3 -i $target_path/$file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment