From 028ad28bf74c8b1d403a5ce97b3a1110d44fa2c3 Mon Sep 17 00:00:00 2001 From: Yahweasel Date: Tue, 7 Nov 2023 10:24:06 -0500 Subject: [PATCH] OK, let's just remove adts from the test list --- tests/tests/650-all-to-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/650-all-to-all.js b/tests/tests/650-all-to-all.js index 671db5af..e14c1528 100644 --- a/tests/tests/650-all-to-all.js +++ b/tests/tests/650-all-to-all.js @@ -16,7 +16,7 @@ // Convert between all (viable) formats and test that they all work const formatCodecs = { - "adts": [null, "aac"], + "adts": [null, null], "f32le": [null, "pcm_f32le", {nocheck: true}], "flac": [null, "flac"], "hls": [null, null],