]> git.sesse.net Git - ffmpeg/commitdiff
bmp and tga image regression test
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 24 Mar 2007 02:03:20 +0000 (02:03 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 24 Mar 2007 02:03:20 +0000 (02:03 +0000)
Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/libav.regression.ref
tests/regression.sh

index 86e3ac684a8e4930f0a9aa2a611f25ed4f162da4..ff61a64456f792d02335714f5878b2de36fa4747 100644 (file)
@@ -46,6 +46,8 @@ b977a4fedff90a79baf70c8e02986820 *./data/b-libav.y4m
 3801810 ./data/b-libav.y4m
 ./data/b-libav%02d.pgm CRC=0x84c09106
 ./data/b-libav%02d.ppm CRC=0x25c06ecf
+./data/b-libav%02d.bmp CRC=0xf3a66ecf
+./data/b-libav%02d.tga CRC=0xf3a66ecf
 ./data/b-libav%02d.jpg CRC=0x62328baa
 b0a8c8063d81921db5d7c8f50a1cc454 *./data/b-libav.wav
   89132 ./data/b-libav.wav
index 69b50b1a3e9537e0360976e33e891576a336f2ac..417efb69d0fc99f2852139cdaf362f6dcf71b02a 100755 (executable)
@@ -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"