1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:27:46 +00:00

LibVideo/VP9: Implement syntax element counter

This commit is contained in:
FalseHonesty 2021-06-05 16:28:08 -04:00 committed by Ali Mohammad Pur
parent 8dd9d1bbdb
commit 18759ff56d
3 changed files with 112 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
VP9/Enums.h
VP9/ProbabilityTables.cpp
VP9/Symbols.h
VP9/SyntaxElementCounter.cpp
)
serenity_lib(LibVideo video)