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 a2e6beb37c92697a2dd06ad4e4e93bdc3e6b196b
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Apr 11 20:35:33 2024 +0200
test_load_2: Add full range color y4m image
Renamed the image as it isn't the usual 64x64 one.
---
.../{icon-64.full_range.y4m => img-17x14.full_range.y4m} | Bin
test/test_load_2.cpp | 1 +
2 files changed, 1 insertion(+)
diff --git a/test/images/icon-64.full_range.y4m b/test/images/img-17x14.full_range.y4m
similarity index 100%
rename from test/images/icon-64.full_range.y4m
rename to test/images/img-17x14.full_range.y4m
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 5a73a76..7a65e9d 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -106,6 +106,7 @@ 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 },
#endif
{ "icon-128.ico", 218415319 },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.