1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

LibVideo/VP9: Move the transform mode field from Parser to FrameContext

This commit is contained in:
Zaggy1024 2022-11-26 10:24:47 -06:00 committed by Andreas Kling
parent 396972bb69
commit b966f9d811
4 changed files with 19 additions and 19 deletions

View file

@ -329,6 +329,8 @@ public:
u16 header_size_in_bytes { 0 };
TXMode transform_mode;
private:
friend struct TileContext;