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

Commit 0c36a068 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Fix typo in dequeueInputBuffer's warning

Test: Builds

Bug: 112177862
Change-Id: I9dc2fbe11f9892f725ccf404e7068f371d454a24
parent 12281feb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2664,7 +2664,7 @@ void MediaCodec::onMessageReceived(const sp<AMessage> &msg) {
            CHECK(msg->senderAwaitsResponse(&replyID));

            if (mFlags & kFlagIsAsync) {
                ALOGE("dequeueOutputBuffer can't be used in async mode");
                ALOGE("dequeueInputBuffer can't be used in async mode");
                PostReplyWithError(replyID, INVALID_OPERATION);
                break;
            }