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 af97c7c08e674e7ceabb0b81514919a995770365
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Apr 12 16:44:10 2024 +0200
test_load_2: Add some more y4m test images
The ones from previous commit.
---
test/test_load_2.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 7a65e9d..333a480 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -106,7 +106,10 @@ static tii_t tii[] = {
{ "icon-64.yuv420paldv.y4m", 3810593176 },
{ "icon-64.aspect_unsupported.y4m", 2400380696 },
{ "icon-64.framerate_1_1.y4m", 2400380696 },
- { "img-17x14.full_range.y4m", 839224907 },
+ { "img-17x14.full_range.y4m", 839224907 },
+ { "img-17x14.yuv420p10.full_range.y4m", 839224907 },
+ { "img-8x8.full_range.y4m", 1737487406 },
+ { "img-8x8.yuv420p10.full_range.y4m", 1737487406 },
#endif
{ "icon-128.ico", 218415319 },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.