---
 tests/fate/screen.mak             | 13 +++++++++++--
 tests/ref/fate/screenpresso       |  5 -----
 tests/ref/fate/screenpresso-16bit |  9 +++++++++
 tests/ref/fate/screenpresso-24bit | 11 +++++++++++
 tests/ref/fate/screenpresso-32bit |  5 +++++
 5 files changed, 36 insertions(+), 7 deletions(-)
 delete mode 100644 tests/ref/fate/screenpresso
 create mode 100644 tests/ref/fate/screenpresso-16bit
 create mode 100644 tests/ref/fate/screenpresso-24bit
 create mode 100644 tests/ref/fate/screenpresso-32bit

diff --git a/tests/fate/screen.mak b/tests/fate/screen.mak
index 502645e..c44045d 100644
--- a/tests/fate/screen.mak
+++ b/tests/fate/screen.mak
@@ -53,8 +53,17 @@ fate-rscc-32bit: CMD = framecrc -i 
$(TARGET_SAMPLES)/rscc/32bpp.avi -an
 FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, RSCC) += $(FATE_RSCC)
 fate-rscc: $(FATE_RSCC)
 
-FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, SCREENPRESSO) += fate-screenpresso
-fate-screenpresso: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/bunny.avi
+FATE_SCREENPRESSO += fate-screenpresso-16bit
+fate-screenpresso-16bit: CMD = framecrc -i 
$(TARGET_SAMPLES)/spv1/16bpp_555.avi -an
+
+FATE_SCREENPRESSO += fate-screenpresso-24bit
+fate-screenpresso-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/24bpp.avi -an
+
+FATE_SCREENPRESSO += fate-screenpresso-32bit
+fate-screenpresso-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/32bpp.avi -an
+
+FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, SCREENPRESSO) += $(FATE_SCREENPRESSO)
+fate-screenpresso: $(FATE_SCREENPRESSO)
 
 FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, TDSC) += fate-tdsc
 fate-tdsc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/tdsc/tdsc.asf -an 
-pix_fmt bgr24
diff --git a/tests/ref/fate/screenpresso b/tests/ref/fate/screenpresso
deleted file mode 100644
index bbdffb4..0000000
--- a/tests/ref/fate/screenpresso
+++ /dev/null
@@ -1,5 +0,0 @@
-#tb 0: 1/15
-0,          0,          0,        1,   691200, 0xfdbdfad6
-0,          1,          1,        1,   691200, 0xc5feb961
-0,          4,          4,        1,   691200, 0x4c8c7e23
-0,          8,          8,        1,   691200, 0xd95c89f8
diff --git a/tests/ref/fate/screenpresso-16bit 
b/tests/ref/fate/screenpresso-16bit
new file mode 100644
index 0000000..d9a7d89
--- /dev/null
+++ b/tests/ref/fate/screenpresso-16bit
@@ -0,0 +1,9 @@
+#tb 0: 100/2397
+0,          0,          0,        1,   153600, 0x69a234de
+0,          1,          1,        1,   153600, 0x7f43aee5
+0,          2,          2,        1,   153600, 0x81030634
+0,          3,          3,        1,   153600, 0xf570d0ef
+0,          4,          4,        1,   153600, 0x386e8cec
+0,          5,          5,        1,   153600, 0xbe53af8f
+0,          6,          6,        1,   153600, 0xf92f48bd
+0,          7,          7,        1,   153600, 0x594472c5
diff --git a/tests/ref/fate/screenpresso-24bit 
b/tests/ref/fate/screenpresso-24bit
new file mode 100644
index 0000000..a6c6583
--- /dev/null
+++ b/tests/ref/fate/screenpresso-24bit
@@ -0,0 +1,11 @@
+#tb 0: 100/2397
+0,          0,          0,        1,   230400, 0xc2dc2e92
+0,          1,          1,        1,   230400, 0x9c9be843
+0,          2,          2,        1,   230400, 0xfe35b1fe
+0,          3,          3,        1,   230400, 0xdf42fcbb
+0,          4,          4,        1,   230400, 0xd5404ff8
+0,          5,          5,        1,   230400, 0xe41f1bd4
+0,          6,          6,        1,   230400, 0xc6ae4155
+0,          7,          7,        1,   230400, 0x8fee19f0
+0,          8,          8,        1,   230400, 0x5222a7ae
+0,          9,          9,        1,   230400, 0x939c1eee
diff --git a/tests/ref/fate/screenpresso-32bit 
b/tests/ref/fate/screenpresso-32bit
new file mode 100644
index 0000000..5e1a3b5
--- /dev/null
+++ b/tests/ref/fate/screenpresso-32bit
@@ -0,0 +1,5 @@
+#tb 0: 100/2397
+0,          0,          0,        1,   307200, 0xa01f27cc
+0,          1,          1,        1,   307200, 0x5d83c4d0
+0,          2,          2,        1,   307200, 0xb7d7919f
+0,          3,          3,        1,   307200, 0x4d201450
-- 
2.7.3

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to