mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
LibVideo: Use the BlockSubsize enum where appropriate in the VP9 parser
This commit is contained in:
parent
981997c039
commit
17e1b205a4
2 changed files with 3 additions and 3 deletions
|
@ -905,7 +905,7 @@ void Parser::clear_left_context()
|
|||
clear_context(m_left_partition_context, m_sb64_rows * 8);
|
||||
}
|
||||
|
||||
DecoderErrorOr<void> Parser::decode_partition(u32 row, u32 col, u8 block_subsize)
|
||||
DecoderErrorOr<void> Parser::decode_partition(u32 row, u32 col, BlockSubsize block_subsize)
|
||||
{
|
||||
if (row >= m_mi_rows || col >= m_mi_cols)
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue