Log H.264 profile/level in OMXCodec

Change-Id: I5bf98e1ace701b543234dd9dae1315037ff363c2
This commit is contained in:
Andreas Huber
2010-11-18 14:06:07 -08:00
parent 83ed1ae073
commit 6ac2cb2c52

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