diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-24 02:14:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-24 02:14:34 +0000 |
commit | 199c6e3cf16132dc3d4d869fd7322f16d9f13c1e (patch) | |
tree | 05d62181c5be22f5919a0b621575afe4a1a6ed4e /tests/regression.sh | |
parent | 1e358f039fe49bcd64edbac1767e5fe5f5020b33 (diff) | |
download | ffmpeg-199c6e3cf16132dc3d4d869fd7322f16d9f13c1e.tar.gz |
md5 test for the image formats
Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-x | tests/regression.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index 417efb69d0..c4c2f776b9 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -220,7 +220,7 @@ do_image_formats() file=${outfile}libav%02d.$1 $ffmpeg -t 0.5 -y -qscale 10 -f pgmyuv -i $raw_src $2 $3 $file do_ffmpeg_crc $file $3 -i $file - + do_md5sum ${outfile}libav02.$1 >> $logfile } do_audio_only() @@ -655,19 +655,19 @@ do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src $file #################### # image formats -# pgm (we do not do md5 on image files yet) +# pgm do_image_formats pgm -# ppm (we do not do md5 on image files yet) +# ppm do_image_formats ppm -# bmp (we do not do md5 on image files yet) +# bmp do_image_formats bmp -# tga (we do not do md5 on image files yet) +# tga do_image_formats tga -# jpeg (we do not do md5 on image files yet) +# jpeg do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2" #################### |