mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[mtt] fix
This commit is contained in:
parent
924a93b60e
commit
1cf1501542
|
@ -89,6 +89,7 @@ static INLINE void initialize_partial_work_tree(lcu_t* from, lcu_t *to, const cu
|
|||
}
|
||||
|
||||
to->ref.chroma_format = from->ref.chroma_format;
|
||||
to->rec.chroma_format = from->rec.chroma_format;
|
||||
|
||||
if (tree_type != UVG_CHROMA_T) {
|
||||
const int offset = cu_loc->local_x + cu_loc->local_y * LCU_WIDTH;
|
||||
|
|
Loading…
Reference in a new issue