Merge pull request #3271 from mgeorg:reset_ffmpeg_mutex
This commit is contained in:
commit
f187fd99da
@ -493,6 +493,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
|
|||||||
localMutex->destroy();
|
localMutex->destroy();
|
||||||
free(localMutex);
|
free(localMutex);
|
||||||
localMutex = NULL;
|
localMutex = NULL;
|
||||||
|
*mutex = NULL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user