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

View File

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