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