diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-22 22:24:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-23 16:51:08 +0200 |
| commit | e54f93bf7d144737df4b0331017164360c9121ff (patch) | |
| tree | ac8bd65231b31c414fd87348587a6dabd97d31d2 /run | |
| parent | 9f828b327e680c322a70883910233337a37e481e (diff) | |
Fix reading of RGB0 images.
We would allocate 3 bytes per pixel instead of 4. I couldn't see a way
to get FFmpeg to tell us about this (unless we used FFmpeg's stride
somehow maybe?)
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="7cbcb10afc73ab559ae9b907881881892aa6d57f" +PRIVATE_GIT="eaa907382be3276e8275858219bd73c816ff5c77" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source $DIR/environment |
