Merge "Log H.264 profile/level in OMXCodec"

This commit is contained in:
Andreas Huber
2010-11-18 14:15:02 -08:00
committed by Android (Google) Code Review

View File

@@ -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);