1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

Tests/LibVideo: Test to ensure that VP9 reference vector clamping works

The test file is a short clip from Big Buck Bunny, so a license file
was added to the directory to attribute it.
This commit is contained in:
Zaggy1024 2023-01-30 17:22:41 -06:00 committed by Linus Groh
parent df313c3dc5
commit 25c9dfbf90
4 changed files with 10 additions and 0 deletions

View file

@ -8,3 +8,4 @@ endforeach()
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)