HEIF plug-in extended to read AVCI format

AVCI is H.264 encapsulated in HEIF container
This commit is contained in:
Daniel Novomeský
2024-12-29 23:44:18 +01:00
parent c0d5b8854b
commit fe28130cb3
5 changed files with 80 additions and 54 deletions

View File

@ -111,6 +111,12 @@ if (LibHeif_FOUND)
hej2
)
endif()
if (LibHeif_VERSION VERSION_GREATER_EQUAL "1.19.0")
kimageformats_read_tests(FUZZ 4
avci
)
endif()
endif()
if (LibJXL_FOUND AND LibJXLThreads_FOUND)