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

Commit 29f9048d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in log message" am: b5399e42 am: 36362456

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1324308

Change-Id: I1910729c46611c62fb16b3958851707068213d8e
parents ee59a03a 36362456
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ status_t FLACDecoder::addDataToBuffer(const uint8_t *inBuffer, size_t inBufferLe
            if (mBuffer == nullptr) {
                mBufferDataSize = 0;
                mBufferLen = 0;
                ALOGE("decodeOneFrame: failed to allocate memory for input buffer");
                ALOGE("addDataToBuffer: failed to allocate memory for input buffer");
                return NO_MEMORY;
            }
            mBufferLen = mBufferDataSize + inBufferLen;