summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
diff options
context:
space:
mode:
authorWei Jia <wjia@google.com>2014-12-16 23:20:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-16 23:20:51 +0000
commit184e63ffcdd5654eb8e132346d2736dc9a9c7b01 (patch)
treeb0b78a12ad7ccd282bdf99ca1454b63be4d407aa /media/libstagefright
parentbe845fce36a65139eb353ba7442eba951b1ebee3 (diff)
parentf247eef54c58ee1b7c13a3f6888b6374e9bea66f (diff)
downloadframeworks_av-184e63ffcdd5654eb8e132346d2736dc9a9c7b01.zip
frameworks_av-184e63ffcdd5654eb8e132346d2736dc9a9c7b01.tar.gz
frameworks_av-184e63ffcdd5654eb8e132346d2736dc9a9c7b01.tar.bz2
Merge "ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose." into lmp-mr1-dev
Diffstat (limited to 'media/libstagefright')
-rw-r--r--media/libstagefright/mpeg2ts/ESQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/mpeg2ts/ESQueue.cpp b/media/libstagefright/mpeg2ts/ESQueue.cpp
index 042f4e6..2ed3ccc 100644
--- a/media/libstagefright/mpeg2ts/ESQueue.cpp
+++ b/media/libstagefright/mpeg2ts/ESQueue.cpp
@@ -346,7 +346,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);
}