--- New tests. Vittorio tests/fate/image.mak | 6 ++++++ tests/ref/fate/xbm10 | 2 ++ tests/ref/fate/xbm11 | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 tests/ref/fate/xbm10 create mode 100644 tests/ref/fate/xbm11
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 1357cbd..0f7942e 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -78,3 +78,9 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF) FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes) fate-tiff: $(FATE_TIFF-yes) + +FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, XBM) += fate-xbm10 +fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm + +FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, XBM) += fate-xbm11 +fate-xbm11: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/lbw.xbm 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 -- 1.8.3.4 (Apple Git-47) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
