[FFmpeg-cvslog] fate: add XBM tests
Vittorio Giovara
git at videolan.org
Fri Mar 28 05:56:56 CET 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Mar 17 01:24:30 2014 +0100| [991362fab49b60d34d89b7b7d6dd00fbec3ce022] | committer: Vittorio Giovara
fate: add XBM tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=991362fab49b60d34d89b7b7d6dd00fbec3ce022
---
tests/fate/image.mak | 10 ++++++++++
tests/ref/fate/xbm10 | 2 ++
tests/ref/fate/xbm11 | 2 ++
3 files changed, 14 insertions(+)
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
More information about the ffmpeg-cvslog
mailing list