mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avutil/slicethread: Fix shadowing
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -153,7 +153,6 @@ int avpriv_slicethread_create(AVSliceThread **pctx, void *priv,
|
||||
|
||||
for (i = 0; i < nb_workers; i++) {
|
||||
WorkerContext *w = &ctx->workers[i];
|
||||
int ret;
|
||||
w->ctx = ctx;
|
||||
ret = pthread_mutex_init(&w->mutex, NULL);
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user