diff options
author | Nicolas George <george@nsup.org> | 2020-08-14 18:58:27 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2020-09-08 14:16:08 +0200 |
commit | f08e024ac7d249064648a43bab06ed545f8827c7 (patch) | |
tree | 2e681510e2b97e29d06ce00e412d168639fe280d /tests/fate/canopus.mak | |
parent | 697fb09e3dd187b76f1bc57516fcbe482b4d89e2 (diff) | |
download | ffmpeg-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.mak | 4 |
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) |