This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 2f34287bcaacfa29b5d1e2d97c5a78ab22306158
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Wed Sep 25 20:28:53 2024 +0200
test_load_2: Add another y4m test image
The one from previous commit.
---
test/test_load_2.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 333a480..7f45863 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -110,6 +110,7 @@ static tii_t tii[] = {
{ "img-17x14.yuv420p10.full_range.y4m", 839224907 },
{ "img-8x8.full_range.y4m", 1737487406 },
{ "img-8x8.yuv420p10.full_range.y4m", 1737487406 },
+ { "img-8x8.yuv420p10.full_range.framerate_no.y4m", 1737487406 },
#endif
{ "icon-128.ico", 218415319 },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.