output/Thread: move code to InternalCloseOutput()
This commit is contained in:
@@ -429,6 +429,12 @@ private:
|
||||
void InternalOpen(AudioFormat audio_format,
|
||||
const MusicPipe &pipe) noexcept;
|
||||
|
||||
/**
|
||||
* Runs inside the OutputThread.
|
||||
* Caller must lock the mutex.
|
||||
*/
|
||||
void InternalCloseOutput(bool drain) noexcept;
|
||||
|
||||
/**
|
||||
* Runs inside the OutputThread.
|
||||
* Caller must lock the mutex.
|
||||
|
||||
Reference in New Issue
Block a user