summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-11-18 14:15:02 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-18 14:15:02 -0800
commit2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5 (patch)
tree3cbfcdf8befb6678dcca5fe821a017dbdc1cbb53
parentb7a4814f71817b8b3fbbb4b6eac91183ac7c5475 (diff)
parent6ac2cb2c5292df82c72ee23e29bbff1e63aca37a (diff)
downloadframeworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.zip
frameworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.tar.gz
frameworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.tar.bz2
Merge "Log H.264 profile/level in OMXCodec"
-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 5ed4d84..6e8f190 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);