summaryrefslogtreecommitdiff
path: root/tests/fate/opus.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/opus.mak
parent697fb09e3dd187b76f1bc57516fcbe482b4d89e2 (diff)
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/opus.mak')
-rw-r--r--tests/fate/opus.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak
index c50d88f5e9..cf8eeb555d 100644
--- a/tests/fate/opus.mak
+++ b/tests/fate/opus.mak
@@ -10,7 +10,7 @@ OPUS_SAMPLES = $(addprefix testvector, 07 08 09 10 12)
define FATE_OPUS_TEST
FATE_OPUS += fate-opus-$(1)
FATE_OPUS$(2) += fate-opus-$(1)
-fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
+fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -af aresample -
fate-opus-$(1): REF = $(SAMPLES)/opus/$(1)$(2).dec
endef