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

Commit a0e772b2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in dequeueInputBuffer's warning"

parents 4282be71 0c36a068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2674,7 +2674,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;
            }