avif: lossless support

This commit is contained in:
Daniel Novomeský
2022-04-06 16:13:10 +00:00
parent 384f78a13c
commit 84d56d00cf
2 changed files with 47 additions and 36 deletions
+1 -2
View File
@@ -86,8 +86,7 @@ if (TARGET avif)
kimageformats_read_tests(
avif
)
# because the plug-ins use RGB->YUV conversion which sometimes results in 1 value difference.
kimageformats_write_tests(FUZZ 1
kimageformats_write_tests(
avif-nodatacheck-lossless
)
endif()