summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andreas Huber <andih@google.com> 2010-11-18 14:06:07 -0800
committer Andreas Huber <andih@google.com> 2010-11-18 14:06:07 -0800
commit6ac2cb2c5292df82c72ee23e29bbff1e63aca37a (patch)
tree9a546ab51c068798e9eb55a9b507336f399ce071
parent83ed1ae073556f4971bf8f3a5cbcd2d37e1dd2bb (diff)
Log H.264 profile/level in OMXCodec
Change-Id: I5bf98e1ace701b543234dd9dae1315037ff363c2
-rw-r--r--media/libstagefright/OMXCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 5ed4d8478cec..6e8f19024269 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -595,7 +595,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) {
size -= length;
}
- CODEC_LOGV(
+ CODEC_LOGI(
"AVC profile = %d (%s), level = %d",
(int)profile, AVCProfileToString(profile), level);