Commit cd0396c1 authored by Max Kellermann's avatar Max Kellermann

test/run_decoder: remove bogus assert()

parent 79f9b268
...@@ -148,8 +148,6 @@ public: ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment