Merge pull request #3272 from mgeorg:reset_ffmpeg_mutex_2_4

This commit is contained in:
Maksim Shabunin 2014-09-29 12:07:22 +00:00
commit a160158cb3

View File

@ -485,6 +485,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;