mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:37:35 +00:00
LibVideo/VP9: Move the transform mode field from Parser to FrameContext
This commit is contained in:
parent
396972bb69
commit
b966f9d811
4 changed files with 19 additions and 19 deletions
|
@ -329,6 +329,8 @@ public:
|
|||
|
||||
u16 header_size_in_bytes { 0 };
|
||||
|
||||
TXMode transform_mode;
|
||||
|
||||
private:
|
||||
friend struct TileContext;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue