Commit 3297674c authored by michael's avatar michael

bmp and tga image regression test


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f4f3bc9c
...@@ -46,6 +46,8 @@ b977a4fedff90a79baf70c8e02986820 *./data/b-libav.y4m ...@@ -46,6 +46,8 @@ b977a4fedff90a79baf70c8e02986820 *./data/b-libav.y4m
3801810 ./data/b-libav.y4m 3801810 ./data/b-libav.y4m
./data/b-libav%02d.pgm CRC=0x84c09106 ./data/b-libav%02d.pgm CRC=0x84c09106
./data/b-libav%02d.ppm CRC=0x25c06ecf ./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 ./data/b-libav%02d.jpg CRC=0x62328baa
b0a8c8063d81921db5d7c8f50a1cc454 *./data/b-libav.wav b0a8c8063d81921db5d7c8f50a1cc454 *./data/b-libav.wav
89132 ./data/b-libav.wav 89132 ./data/b-libav.wav
......
...@@ -661,6 +661,12 @@ do_image_formats pgm ...@@ -661,6 +661,12 @@ do_image_formats pgm
# ppm (we do not do md5 on image files yet) # ppm (we do not do md5 on image files yet)
do_image_formats ppm 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) # 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" do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment