test/run_decoder: remove bogus assert()

This commit is contained in:
Max Kellermann 2022-07-12 11:59:11 +02:00
parent 79f9b268bb
commit cd0396c1f1
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ public:
}
DecoderCommand GetCommand() noexcept override {
assert(IsInitialized());
if (seek_where != SongTime{}) {
if (!seekable)
return DecoderCommand::STOP;