1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

Tests/LibVideo: Add a test for Matroska files containing CRC32 elements

This commit is contained in:
Zaggy1024 2023-06-24 03:41:14 -05:00 committed by Tim Flynn
parent cf1cb04af0
commit b94c132dd1
4 changed files with 28 additions and 1 deletions

View file

@ -1,4 +1,5 @@
set(TEST_SOURCES
TestParseMatroska.cpp
TestVP9Decode.cpp
)
@ -10,3 +11,4 @@ install(FILES vp9_in_webm.webm DESTINATION usr/Tests/LibVideo)
install(FILES vp9_4k.webm DESTINATION usr/Tests/LibVideo)
install(FILES vp9_clamp_reference_mvs.webm DESTINATION usr/Tests/LibVideo)
install(FILES vp9_oob_blocks.webm DESTINATION usr/Tests/LibVideo)
install(FILES master_elements_containing_crc32.mkv DESTINATION usr/Tests/LibVideo)