[FFmpeg-cvslog] r19195 - trunk/tests/codec-regression.sh
mru
subversion
Mon Jun 15 01:14:56 CEST 2009
Author: mru
Date: Mon Jun 15 01:14:56 2009
New Revision: 19195
Log:
regtest: print commands also for image format tests
Modified:
trunk/tests/codec-regression.sh
Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh Mon Jun 15 01:14:54 2009 (r19194)
+++ trunk/tests/codec-regression.sh Mon Jun 15 01:14:56 2009 (r19195)
@@ -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
More information about the ffmpeg-cvslog
mailing list