diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-06 20:47:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-06 20:47:03 +0000 |
commit | 90b4e3930f992b71b6463c5ebe6f2dc7556e7323 (patch) | |
tree | 0578f337f78d080dbf38bb8f0e7a9e34885b53ad /tests/regression.sh | |
parent | 2d99eed13510468a0c310005c083de8d1bc571ee (diff) | |
download | ffmpeg-90b4e3930f992b71b6463c5ebe6f2dc7556e7323.tar.gz |
tiff & sgi regression test
Originally committed as revision 8636 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 c4c2f776b9..4d84c5ef25 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -667,6 +667,12 @@ do_image_formats bmp # tga do_image_formats tga +# tiff +do_image_formats tiff + +# sgi +do_image_formats sgi + # jpeg do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2" |