1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 09:25:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
FalseHonesty
2e31b9cf7c LibVideo/VP9: Implement a bit stream to decode VP9 data
The VP9 specification requires a special decoding process to parse a
lot of the data read from a frame, so this BitStream wrapper implements
that behavior. These processes are defined in section 9 of the
VP9 spec.
2021-06-12 22:48:28 +04:30