diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-21 22:26:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-21 22:26:25 +0200 |
| commit | 824350b6e66ce7ef8a5449b60ce1abb2e4f462a5 (patch) | |
| tree | 59ea72b921132ba29407508d0868d98b95ca2167 /run | |
| parent | 194561797b00e07e61db611123a7f320819cdb19 (diff) | |
Fix bug causing mangled audio analyses in some cases (#3155).
The duplicate ID detection was broken due to using the video stream
index rather than its ID for checks.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="d64f166137a3f2ee5c950f112e48e52fd982f781" +PRIVATE_GIT="7cbcb10afc73ab559ae9b907881881892aa6d57f" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source $DIR/environment |
