summaryrefslogtreecommitdiff
path: root/run/tests
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-13 10:16:27 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-15 22:33:26 +0200
commitc6c883ae2e33f175682b9164c17fedb487a54ca4 (patch)
treea9ed1f75de81aaefb714b69e42c36c85f961989c /run/tests
parent1fa0c074470c1b6146172bb9e91c53bcccc4e6c3 (diff)
Add another new test reference for FFmpeg 8.
Commit 045a8b15b19ec7f872fb01cfb986faeaa26cb8bb changed how AC3/EAC3 decoders in FFmpeg are flushed, and this caused a considerable change to the audio result in this test (in particular, the audio is about 3db louder after the FFmpeg change). I'm assuming the previous result was just wrong.
Diffstat (limited to 'run/tests')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 3324b02ab..c17330dca 100755
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,7 @@
# e.g. --run_tests=foo
set -e
-PRIVATE_GIT="5aa4660a36d2aa9c95de8e353b75c9cf29f6b02e"
+PRIVATE_GIT="9c6e881036e5ce29d0e64d8c3159714706ce49f9"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source $DIR/environment