OutputThread: unlock mutex for CloseFilter()

Be consistent.
This commit is contained in:
Max Kellermann
2014-10-24 00:28:58 +02:00
parent b07bddf742
commit 8fc3768166
2 changed files with 14 additions and 0 deletions

View File

@@ -383,7 +383,12 @@ private:
void Reopen();
AudioFormat OpenFilter(AudioFormat &format, Error &error_r);
/**
* Mutex must not be locked.
*/
void CloseFilter();
void ReopenFilter();
/**