1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17: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

@ -162,7 +162,6 @@ private:
Vector<u16> m_frame_store[NUM_REF_FRAMES][3];
bool m_use_prev_frame_mvs;
Vector2D<FrameBlockContext> m_reusable_frame_block_contexts;
Vector2D<PersistentBlockContext> m_previous_block_contexts;
// Indexed by ReferenceFrame enum.