mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:57:44 +00:00
LibVideo: Add test to ensure that a VP9 WebM file will decode
This will test decoding of one second of video, to ensure that it can fully decode the entire file.
This commit is contained in:
parent
b71d13be82
commit
d67231312e
4 changed files with 47 additions and 0 deletions
|
@ -21,6 +21,7 @@ add_subdirectory(LibTextCodec)
|
|||
add_subdirectory(LibThreading)
|
||||
add_subdirectory(LibTimeZone)
|
||||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibVideo)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(LibXML)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue