1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:07:34 +00:00

LibVideo/VP9: Remove unused parser field m_is_compound

This commit is contained in:
Zaggy1024 2022-11-23 17:30:09 -06:00 committed by Andreas Kling
parent eafc048101
commit 713b48cfe2

View file

@ -236,7 +236,6 @@ private:
TXSize m_tx_size { TX_4x4 };
ReferenceFramePair m_ref_frame;
bool m_is_inter { false };
bool m_is_compound { false };
PredictionMode m_default_intra_mode { PredictionMode::DcPred };
PredictionMode m_y_mode { 0 };
PredictionMode m_block_sub_modes[4];