mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
f08e024ac7
Explicitly insert the scale or aresample filter where it would have been inserted by the negotiation. Re-enable conversions if it cannot be done easily. If a conversion is needed in a test, we want to know about it. If the negotiation changes and makes new conversion necessary, we want to know about it even more.
20 lines
761 B
Makefile
20 lines
761 B
Makefile
FATE_CDXL += fate-cdxl-bitline-ham6
|
|
fate-cdxl-bitline-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/bitline.cdxl -frames:v 10
|
|
|
|
FATE_CDXL += fate-cdxl-ham6
|
|
fate-cdxl-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/cat.cdxl -an -frames:v 16
|
|
|
|
FATE_CDXL += fate-cdxl-ham8
|
|
fate-cdxl-ham8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1
|
|
|
|
FATE_CDXL += fate-cdxl-pal8
|
|
fate-cdxl-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 -vf scale
|
|
|
|
FATE_CDXL += fate-cdxl-pal8-small
|
|
fate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 -vf scale
|
|
|
|
FATE_CDXL-$(call DEMDEC, CDXL, CDXL) += $(FATE_CDXL)
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_CDXL-yes)
|
|
fate-cdxl: $(FATE_CDXL-yes)
|