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();
|
||||
free(localMutex);
|
||||
localMutex = NULL;
|
||||
*mutex = NULL;
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user