diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-17 01:24:30 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-27 23:59:13 +0100 |
commit | 991362fab49b60d34d89b7b7d6dd00fbec3ce022 (patch) | |
tree | 2dedb4d8fc6b352c7617a3d97bd551b070b98ee1 /tests | |
parent | 678082b409aca711f9cf991df6b0200116489322 (diff) | |
download | ffmpeg-991362fab49b60d34d89b7b7d6dd00fbec3ce022.tar.gz |
fate: add XBM tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/image.mak | 10 | ||||
-rw-r--r-- | tests/ref/fate/xbm10 | 2 | ||||
-rw-r--r-- | tests/ref/fate/xbm11 | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 7bc5161664..26cd6f0b4a 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 0000000000..00388916f7 --- /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 0000000000..778e8ab702 --- /dev/null +++ b/tests/ref/fate/xbm11 @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 1500, 0x8b73635a |