]> git.sesse.net Git - ffmpeg/blob - tests/fate/cdxl.mak
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / tests / fate / cdxl.mak
1 FATE_CDXL += fate-cdxl-ham6
2 fate-cdxl-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/cat.cdxl -an -frames:v 16
3
4 FATE_CDXL += fate-cdxl-ham8
5 fate-cdxl-ham8: CMD = framecrc -i $(SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1
6
7 FATE_CDXL += fate-cdxl-pal8
8 fate-cdxl-pal8: CMD = framecrc -i $(SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11
9
10 FATE_CDXL += fate-cdxl-pal8-small
11 fate-cdxl-pal8-small: CMD = framecrc -i $(SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46
12
13 FATE_CDXL += fate-cdxl-bitline-ham6
14 fate-cdxl-bitline-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/bitline.cdxl -frames:v 10
15
16 FATE_TESTS += $(FATE_CDXL)
17 fate-cdxl: $(FATE_CDXL)