1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:47:34 +00:00

LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext

This commit is contained in:
Zaggy1024 2022-11-22 21:55:02 -06:00 committed by Andreas Kling
parent 40bc987fe3
commit 90f16c78fa
8 changed files with 165 additions and 146 deletions

View file

@ -11,9 +11,10 @@
namespace Video::VP9 {
enum FrameType {
enum class FrameType {
KeyFrame,
NonKeyFrame
IntraOnlyFrame,
InterFrame
};
enum ColorSpace : u8 {