summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-08-24 20:48:58 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-08-24 20:48:58 +0000
commitd21caa952c47e004c40ab62ef5239dc5fd6726ed (patch)
treef1164acf6661526719f48a0a5a9bdbe79956b33e /tests
parent66ac25e21fcf3c0241bf6344280ffd5fea351e85 (diff)
downloadffmpeg-streaming-d21caa952c47e004c40ab62ef5239dc5fd6726ed.zip
ffmpeg-streaming-d21caa952c47e004c40ab62ef5239dc5fd6726ed.tar.gz
Renderware TeXture Dictionary FATE test
Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/fate2.mak6
-rw-r--r--tests/ref/fate/txd-16bpp11
-rw-r--r--tests/ref/fate/txd-pal81
3 files changed, 18 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak
index e114706..be6d20b 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -175,3 +175,9 @@ fate-binkaudio-rdft: CMD = pcm -i $(SAMPLES)/bink/binkaudio_rdft.bik
fate-binkaudio-rdft: CMP = oneoff
fate-binkaudio-rdft: REF = $(SAMPLES)/bink/binkaudio_rdft.pcm
fate-binkaudio-rdft: FUZZ = 2
+
+FATE_TESTS += fate-txd-pal8
+fate-txd-pal8: CMD = framecrc -i $(SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an
+
+FATE_TESTS += fate-txd-16bpp
+fate-txd-16bpp: CMD = framecrc -i $(SAMPLES)/txd/misc.txd -pix_fmt bgra -an
diff --git a/tests/ref/fate/txd-16bpp b/tests/ref/fate/txd-16bpp
new file mode 100644
index 0000000..aa5979e
--- /dev/null
+++ b/tests/ref/fate/txd-16bpp
@@ -0,0 +1,11 @@
+0, 0, 16384, 0x213f9ea8
+0, 18000, 16384, 0x8185fdb1
+0, 36000, 16384, 0xf03581d1
+0, 54000, 16384, 0x629cd573
+0, 72000, 16384, 0xfe7a5b63
+0, 90000, 16384, 0x4afc05b2
+0, 108000, 16384, 0x074b8515
+0, 126000, 16384, 0x17fde900
+0, 144000, 16384, 0x831bac76
+0, 162000, 16384, 0x2fb579f3
+0, 180000, 16384, 0x68762bed
diff --git a/tests/ref/fate/txd-pal8 b/tests/ref/fate/txd-pal8
new file mode 100644
index 0000000..8d8f2a5
--- /dev/null
+++ b/tests/ref/fate/txd-pal8
@@ -0,0 +1 @@
+0, 0, 786432, 0x56654d61
OpenPOWER on IntegriCloud