From 08aa3861e526cbf45ac332294a835358f3903207 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Dec 2024 00:53:34 +0100 Subject: Fix decoding of SSA subs in files decoded by FFmpeg (#2904). Suddenly we have 8 commas, not 9, perhaps because of 29412821241050c846dbceaad4b9752857659977 in ffmpeg (although that's strange, because it was a long time ago). --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index 8395b09d4..209c65d1d 100755 --- a/run/tests +++ b/run/tests @@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="65c6d0cf0ec188e4d53fc8c9d61958c7921219d6" +PRIVATE_GIT="083f563af5a4b21a91aa4ea9e2749aa4f0e1bcb2" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source $DIR/environment -- cgit v1.2.3