Merge "Fix variable shadowing."
This commit is contained in:
commit
c45b9564b9
@ -500,7 +500,6 @@ static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx,
|
||||
|
||||
check_resync(ctx, frame_worker_data->pbi);
|
||||
} else {
|
||||
const VP9WorkerInterface *const winterface = vp9_get_worker_interface();
|
||||
VP9Worker *const worker = &ctx->frame_workers[ctx->next_submit_worker_id];
|
||||
FrameWorkerData *const frame_worker_data = (FrameWorkerData *)worker->data1;
|
||||
// Copy context from last worker thread to next worker thread.
|
||||
|
Loading…
Reference in New Issue
Block a user