diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-24 02:03:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-24 02:03:20 +0000 |
commit | 1e358f039fe49bcd64edbac1767e5fe5f5020b33 (patch) | |
tree | 77bcccb76769330f49b563d1dbebd155b442f584 /tests/regression.sh | |
parent | 1c87ed3a34ec0cb38ae2b1b87e633cceba454f41 (diff) | |
download | ffmpeg-1e358f039fe49bcd64edbac1767e5fe5f5020b33.tar.gz |
bmp and tga image regression test
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-x | tests/regression.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index 69b50b1a3e..417efb69d0 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -661,6 +661,12 @@ do_image_formats pgm # ppm (we do not do md5 on image files yet) do_image_formats ppm +# bmp (we do not do md5 on image files yet) +do_image_formats bmp + +# tga (we do not do md5 on image files yet) +do_image_formats tga + # jpeg (we do not do md5 on image files yet) do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2" |