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:
parent
eafc048101
commit
713b48cfe2
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue