aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/canopus.mak
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2020-08-14 18:58:27 +0200
committerNicolas George <george@nsup.org>2020-09-08 14:16:08 +0200
commitf08e024ac7d249064648a43bab06ed545f8827c7 (patch)
tree2e681510e2b97e29d06ce00e412d168639fe280d /tests/fate/canopus.mak
parent697fb09e3dd187b76f1bc57516fcbe482b4d89e2 (diff)
downloadffmpeg-f08e024ac7d249064648a43bab06ed545f8827c7.tar.gz
fate: disable automatic conversions on many tests.
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.
Diffstat (limited to 'tests/fate/canopus.mak')
-rw-r--r--tests/fate/canopus.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/canopus.mak b/tests/fate/canopus.mak
index d419211303..3d664ff911 100644
--- a/tests/fate/canopus.mak
+++ b/tests/fate/canopus.mak
@@ -25,10 +25,10 @@ FATE_SAMPLES_FFMPEG-$(call DEMDEC, AVI, HQ_HQA) += $(FATE_CANOPUS_HQ_HQA)
fate-canopus-hq_hqa: $(FATE_CANOPUS_HQ_HQA)
FATE_CANOPUS_HQX += fate-canopus-hqx422
-fate-canopus-hqx422: CMD = framecrc -i $(TARGET_SAMPLES)/canopus/hqx422.avi -pix_fmt yuv422p16be -an
+fate-canopus-hqx422: CMD = framecrc -i $(TARGET_SAMPLES)/canopus/hqx422.avi -pix_fmt yuv422p16be -an -vf scale
FATE_CANOPUS_HQX += fate-canopus-hqx422a
-fate-canopus-hqx422a: CMD = framecrc -i $(TARGET_SAMPLES)/canopus/hqx422a.avi -pix_fmt yuv422p16be -an
+fate-canopus-hqx422a: CMD = framecrc -i $(TARGET_SAMPLES)/canopus/hqx422a.avi -pix_fmt yuv422p16be -an -vf scale
FATE_SAMPLES_FFMPEG-$(call DEMDEC, AVI, HQX) += $(FATE_CANOPUS_HQX)
fate-canopus-hqx: $(FATE_CANOPUS_HQX)