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 f8bb5eb2569ca0cbc607c9456ef4d4e97f5a7263
Author: NRK <n...@disroot.org>
AuthorDate: Thu Jun 22 20:44:22 2023 +0600

    test_load: allow y4m memory loading
    
    the new y4m loader can load from memory.
---
 test/test_load.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/test_load.cpp b/test/test_load.cpp
index 3324539..e437a6e 100644
--- a/test/test_load.cpp
+++ b/test/test_load.cpp
@@ -223,8 +223,6 @@ test_load(void)
         err = close(fd);
         EXPECT_NE(err, 0);
 
-        if (!strcmp(pfxs[i], "y4m"))    // y4m cannot do mem
-           continue;
         if (!strcmp(pfxs[i], "jpg.mp3"))        // id3 cannot do mem
            continue;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to