mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37:45 +00:00
LibVideo/VP9: Begin creating a tree parser to parse syntax elements
This commit is contained in:
parent
cfd65eafa9
commit
7ff6315246
7 changed files with 457 additions and 20 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
VP9/ProbabilityTables.cpp
|
||||
VP9/Symbols.h
|
||||
VP9/SyntaxElementCounter.cpp
|
||||
VP9/TreeParser.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibVideo video)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue