summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-15 01:39:56 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-15 08:21:56 +0100
commit6e8f8563f4e4e6ff04b632aff8d6ae95de945649 (patch)
treede34a2653c741c62f104fb1761d7935b82d283e6 /run
parentb4400c1b8c288aefa2cb0f4d2fa47a94b1a79b65 (diff)
Fix artefacts on the edge of YUV images with odd widths (#3119).v2.18.34
This also modifies an existing test to expose the bug.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 8f6b2d3e2..2467c6b34 100755
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,7 @@
# e.g. --run_tests=foo
set -e
-PRIVATE_GIT="e92043f43b024812f2b5f8c8faed159a15a87aaf"
+PRIVATE_GIT="8bf1138b91512fea16179889d33cd5ec801676ca"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source $DIR/environment