diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-17 15:30:05 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-28 00:08:24 +0100 |
commit | e8e560f2a20e59789cafef174b382054ad9721ea (patch) | |
tree | cad86d0a787084a2f7936669e952263f502502d8 | |
parent | fb5cf145b6bcfa4f83af94398e5560c1132cc410 (diff) | |
download | ffmpeg-e8e560f2a20e59789cafef174b382054ad9721ea.tar.gz |
fate: add a bmpparser test
-rw-r--r-- | tests/fate/image.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/bmpparser | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 26cd6f0b4a..05daf4b160 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -27,6 +27,9 @@ FATE_BRENDERPIX-$(call DEMDEC, IMAGE2, BRENDER_PIX) += $(FATE_BRENDERPIX) FATE_SAMPLES_AVCONV += $(FATE_BRENDERPIX-yes) fate-brenderpix: $(FATE_BRENDERPIX-yes) +FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, BMP, IMAGE2PIPE, BMP) += fate-bmpparser +fate-bmpparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/bmp/libav_4x_concat.bmp -pix_fmt rgb24 + FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx diff --git a/tests/ref/fate/bmpparser b/tests/ref/fate/bmpparser new file mode 100644 index 0000000000..e7022b1cab --- /dev/null +++ b/tests/ref/fate/bmpparser @@ -0,0 +1,5 @@ +#tb 0: 1/25 +0, 0, 0, 1, 203280, 0x47c3e3a0 +0, 1, 1, 1, 203280, 0x6494c4db +0, 2, 2, 1, 203280, 0x042fe3a0 +0, 3, 3, 1, 203280, 0xba9be3a0 |