mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
This commit is contained in:
parent
6ffb0844a1
commit
b5cce5a448
3 changed files with 5 additions and 4 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
}
|
||||
u8 existing_frame_index() const { return m_existing_frame_index; }
|
||||
|
||||
bool use_previous_frame_motion_vectors { false };
|
||||
|
||||
ColorConfig color_config {};
|
||||
|
||||
u8 reference_frames_to_update_flags { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue