Merge "Ignore format change message in sf2 instead of asserting"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a0930f2fc
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user