This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch double-free
in repository legacy-imlib2.
View the commit online.
commit 4109f54c4ad7ccf01d5f5c6594ee6f0899b5f200
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Dec 30 18:58:57 2023 +0100
test_load_2: Check some more y4m files
---
test/test_load_2.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 1928602..82b4f7b 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -90,6 +90,11 @@ static tii_t tii[] = {
{ "icon-64.yuv420p.y4m", 3810593176 },
{ "icon-64.yuv422p.y4m", 2809447983 },
{ "icon-64.yuv444p.y4m", 2400380696 },
+ { "icon-64.yuv420jpeg.y4m", 3810593176 },
+ { "icon-64.yuv420mpeg2.y4m", 3810593176 },
+ { "icon-64.yuv420paldv.y4m", 3810593176 },
+ { "icon-64.aspect_unsupported.y4m", 2400380696 },
+ { "icon-64.framerate_1_1.y4m", 2400380696 },
#endif
{ "icon-128.ico", 218415319 },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.