Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ea13720 authored by Andreas Huber's avatar Andreas Huber
Browse files

Ignore format change message in sf2 instead of asserting

Change-Id: I2d7cdf371c07109398c53c7ffc37d7b10b6b6312
parent 8adacd8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ protected:
                    mCodec->signalResume();

                    (new AMessage(kWhatSeek, id()))->post(5000000ll);
                } else if (what == ACodec::kWhatOutputFormatChanged) {
                } else {
                    CHECK_EQ(what, (int32_t)ACodec::kWhatShutdownCompleted);