diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-15 01:39:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-15 08:21:56 +0100 |
| commit | 6e8f8563f4e4e6ff04b632aff8d6ae95de945649 (patch) | |
| tree | de34a2653c741c62f104fb1761d7935b82d283e6 /run | |
| parent | b4400c1b8c288aefa2cb0f4d2fa47a94b1a79b65 (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-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
