1
Fork 0
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:
Zaggy1024 2022-11-27 01:02:08 -06:00 committed by Andreas Kling
parent 6ffb0844a1
commit b5cce5a448
3 changed files with 5 additions and 4 deletions

View file

@ -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 };