test/run_decoder: remove bogus assert()
This commit is contained in:
parent
79f9b268bb
commit
cd0396c1f1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user