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

Commit 64c1c172 authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

am 3feb7bd0: am 5c82407e: am 184e63ff: Merge "ESQueue: change warning message...

am 3feb7bd0: am 5c82407e: am 184e63ff: Merge "ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose." into lmp-mr1-dev

* commit '3feb7bd0':
  ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose.
parents cb57f34c 3feb7bd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ status_t ElementaryStreamQueue::appendData(
                }

                if (frameLength != size - startOffset) {
                    ALOGW("First ADTS AAC frame length is %zd bytes, "
                    ALOGV("First ADTS AAC frame length is %zd bytes, "
                          "while the buffer size is %zd bytes.",
                          frameLength, size - startOffset);
                }