From 93c13a6530703f1642630bf73429acf2501b40c6 Mon Sep 17 00:00:00 2001 From: Yahweasel Date: Tue, 7 Nov 2023 16:54:29 -0500 Subject: [PATCH] OK, the final change to make tests work with new HLS stuff? --- tests/tests/650-all-to-all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/650-all-to-all.js b/tests/tests/650-all-to-all.js index f3bfad8a..ae01e1bc 100644 --- a/tests/tests/650-all-to-all.js +++ b/tests/tests/650-all-to-all.js @@ -27,6 +27,7 @@ const formatCodecs = { "mov": mp4, "mp3": [null, "libmp3lame"], "mp4": mp4, + "mpegts": mp4, "rawvideo": ["rawvideo", null, {nocheck: true}], "wav": [null, "pcm_s16le"], "wv": [null, "wavpack"]