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

This commit is contained in:
Max Kellermann
2017-12-22 00:37:25 +01:00
parent e45d13d469
commit d0194a6fb3
3 changed files with 3 additions and 2 deletions

View File

@@ -387,6 +387,8 @@ public:
/**
* Throws #std::runtime_error on error.
*
* Caller must lock the object.
*/
void Seek(SongTime t);