decoder/Control: Seek() returns Error information

This commit is contained in:
Max Kellermann
2015-11-11 17:20:27 +01:00
parent 5e93c05095
commit faca8bc02a
3 changed files with 18 additions and 5 deletions

View File

@@ -365,7 +365,7 @@ public:
void Stop();
bool Seek(SongTime t);
bool Seek(SongTime t, Error &error_r);
void Quit();