mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-28 03:34:06 +00:00
Fix recon job for wfrow
This commit is contained in:
parent
bf6024734a
commit
8a33c0a688
|
@ -567,6 +567,9 @@ static void encoder_state_encode(encoder_state * const main_state) {
|
|||
}
|
||||
threadqueue_job_unwait_job(main_state->encoder_control->threadqueue, job);
|
||||
|
||||
//Set wfrow recon job
|
||||
main_state->children[y].tqj_recon_done = job;
|
||||
|
||||
if (y == frame->height_in_lcu - 1) {
|
||||
assert(!main_state->tqj_recon_done);
|
||||
main_state->tqj_recon_done = job;
|
||||
|
|
Loading…
Reference in a new issue