add size of encoded stream to the regression tests

Originally committed as revision 2918 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-03-23 03:05:51 +00:00
parent 6486ad57ee
commit 039e78891e
3 changed files with 72 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ do_ffmpeg()
do_md5sum $f >> $logfile
if [ $f = $raw_dst ] ; then
$tiny_psnr $f $raw_ref >> $logfile
else
wc -c $f >> $logfile
fi
expr "`cat $datadir/bench.tmp`" : '.*utime=\(.*s\)' > $datadir/bench2.tmp
echo `cat $datadir/bench2.tmp` $f >> $benchfile