[SCM] libav/experimental: fate: add XBM tests

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:28 UTC 2014


The following commit has been merged in the experimental branch:
commit 991362fab49b60d34d89b7b7d6dd00fbec3ce022
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Mon Mar 17 01:24:30 2014 +0100

    fate: add XBM tests

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 7bc5161..26cd6f0 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -107,3 +107,13 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF)
 
 FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes)
 fate-tiff: $(FATE_TIFF-yes)
+
+FATE_XBM += fate-xbm10
+fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm
+
+FATE_XBM += fate-xbm11
+fate-xbm11: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/lbw.xbm
+
+FATE_XBM-$(call DEMDEC, IMAGE2, XBM) += $(FATE_XBM)
+FATE_SAMPLES_AVCONV += $(FATE_XBM-yes)
+fate-xbm: $(FATE_XBM-yes)
diff --git a/tests/ref/fate/xbm10 b/tests/ref/fate/xbm10
new file mode 100644
index 0000000..0038891
--- /dev/null
+++ b/tests/ref/fate/xbm10
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,       32, 0x777f0737
diff --git a/tests/ref/fate/xbm11 b/tests/ref/fate/xbm11
new file mode 100644
index 0000000..778e8ab
--- /dev/null
+++ b/tests/ref/fate/xbm11
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,     1500, 0x8b73635a

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list