mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
HEIF plug-in extended to read AVCI format
AVCI is H.264 encapsulated in HEIF container
This commit is contained in:
@ -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)
|
||||
|
BIN
autotests/read/avci/eco_kde_gray.avci
Normal file
BIN
autotests/read/avci/eco_kde_gray.avci
Normal file
Binary file not shown.
BIN
autotests/read/avci/eco_kde_gray.png
Normal file
BIN
autotests/read/avci/eco_kde_gray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 KiB |
Reference in New Issue
Block a user