mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:17:47 +00:00
Tests/LibVideo: Add a test for Matroska files containing CRC32 elements
This commit is contained in:
parent
cf1cb04af0
commit
b94c132dd1
4 changed files with 28 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue