Browse Source

Add FATE test for ScummVM DXA flavor

Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Vitor Sessak 14 years ago
parent
commit
506c47a48e
2 changed files with 15 additions and 0 deletions
  1. +3
    -0
      tests/fate2.mak
  2. +12
    -0
      tests/ref/fate/dxa-scummvm

+ 3
- 0
tests/fate2.mak View File

@@ -193,3 +193,6 @@ fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF

FATE_TESTS += fate-ws_snd
fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le

FATE_TESTS += fate-dxa-scummvm
fate-dxa-scummvm: CMD = framecrc -i $(SAMPLES)/dxa/scummvm.dxa -pix_fmt rgb24

+ 12
- 0
tests/ref/fate/dxa-scummvm View File

@@ -0,0 +1,12 @@
0, 0, 384000, 0xef37f34b
0, 7500, 384000, 0xef37f34b
0, 14999, 384000, 0xfca3cd8b
0, 22499, 384000, 0xfca3cd8b
0, 29999, 384000, 0x6dd34bb7
0, 37499, 384000, 0x6dd34bb7
0, 44998, 384000, 0xfd518717
0, 52498, 384000, 0xfd518717
0, 59998, 384000, 0x82db5c7b
0, 67497, 384000, 0x82db5c7b
0, 74997, 384000, 0xe280a5a6
0, 82497, 384000, 0xe280a5a6

Loading…
Cancel
Save