From e67ce8ae4b9121bbcef2c1dcb61bdb5b9330ad78 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 27 Sep 2023 00:16:38 +0200 Subject: Fix errors with WAVs containing markers (#2617). I'm not 100% sure about this but they seem to end up giving audio packets with no channels and no frames. Here we handle such packets better. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index b71cd6a66..42d3634fb 100755 --- a/run/tests +++ b/run/tests @@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="155d46e5c2a5a37c2269884b021c69b0d7d41f22" +PRIVATE_GIT="a057b086149254d1ea70a4fd7efcd88791335dcd" if [ "$1" == "--check" ]; then shift 1 -- cgit v1.2.3