decoder/Control: caller must lock mutex for Stop()

This commit is contained in:
Max Kellermann
2017-12-22 00:44:54 +01:00
parent 76d77af0f0
commit 860d13c7d8
3 changed files with 4 additions and 2 deletions

View File

@@ -383,6 +383,9 @@ public:
SongTime start_time, SongTime end_time,
MusicBuffer &buffer, MusicPipe &pipe) noexcept;
/**
* Caller must lock the object.
*/
void Stop() noexcept;
/**